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

Unified Diff: webrtc/sdk/BUILD.gn

Issue 2964703002: [iOS] Fix incorrectly oriented frames when rapidly switching between cameras. (Closed)
Patch Set: Refactored checking of image's source device. Created 3 years, 5 months 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: webrtc/sdk/BUILD.gn
diff --git a/webrtc/sdk/BUILD.gn b/webrtc/sdk/BUILD.gn
index e691a8e5bb41a1ad4780a40f18e3992a67a8b19a..f699bc970eaea4f2b1b71d182462482197bba2a4 100644
--- a/webrtc/sdk/BUILD.gn
+++ b/webrtc/sdk/BUILD.gn
@@ -142,6 +142,8 @@ if (is_ios || is_mac) {
rtc_static_library("objc_video") {
sources = [
+ "objc/Framework/Classes/Video/AVCaptureSession+Device.h",
+ "objc/Framework/Classes/Video/AVCaptureSession+Device.mm",
"objc/Framework/Classes/Video/RTCAVFoundationVideoCapturerInternal.h",
"objc/Framework/Classes/Video/RTCAVFoundationVideoCapturerInternal.mm",
"objc/Framework/Classes/Video/RTCDefaultShader.h",

Powered by Google App Engine
This is Rietveld 408576698