Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(143)

Unified Diff: talk/app/webrtc/objc/RTCAVFoundationVideoSource+Internal.h

Issue 1497393002: Add new view that renders local video using AVCaptureLayerPreview. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Removed commented line. Created 5 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698