Chromium Code Reviews| Index: talk/app/webrtc/objc/RTCAVFoundationVideoSource+Internal.h |
| diff --git a/talk/app/webrtc/objc/RTCAVFoundationVideoSource+Internal.h b/talk/app/webrtc/objc/RTCAVFoundationVideoSource+Internal.h |
| index ffa6629c41cabb77005d43a929adcb9d49cb34a9..aa93300b5deb8202a25f46696001adf0d90ea7fb 100644 |
| --- a/talk/app/webrtc/objc/RTCAVFoundationVideoSource+Internal.h |
| +++ b/talk/app/webrtc/objc/RTCAVFoundationVideoSource+Internal.h |
| @@ -32,5 +32,6 @@ |
| @interface RTCAVFoundationVideoSource () |
| @property(nonatomic, readonly) webrtc::AVFoundationVideoCapturer* capturer; |
| +@property(nonatomic, readonly) dispatch_queue_t captureSessionQueue; |
|
tkchin_webrtc
2015/12/04 22:19:41
I think it's better to have all dispatch queues li
Chuck
2015/12/05 00:21:23
Done.
|
| @end |