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

Unified Diff: talk/app/webrtc/objc/RTCAVFoundationVideoSource.mm

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.mm
diff --git a/talk/app/webrtc/objc/RTCAVFoundationVideoSource.mm b/talk/app/webrtc/objc/RTCAVFoundationVideoSource.mm
index 525cead7da2a1368b7ec91f3ecdd234c3452a807..554fdaa3e676107568f961072b7746bf86062d3a 100644
--- a/talk/app/webrtc/objc/RTCAVFoundationVideoSource.mm
+++ b/talk/app/webrtc/objc/RTCAVFoundationVideoSource.mm
@@ -57,6 +57,10 @@
return self.capturer->GetCaptureSession();
}
+- (dispatch_queue_t)captureSessionQueue {
+ return self.capturer->GetCaptureSessionQueue();
+}
+
- (webrtc::AVFoundationVideoCapturer*)capturer {
cricket::VideoCapturer* capturer = self.videoSource->GetVideoCapturer();
// This should be safe because no one should have changed the underlying video

Powered by Google App Engine
This is Rietveld 408576698