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/androidvideocapturer.cc

Issue 1655793003: Make cricket::VideoCapturer implement VideoSourceInterface (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Fixed Android Created 4 years, 11 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: talk/app/webrtc/androidvideocapturer.cc
diff --git a/talk/app/webrtc/androidvideocapturer.cc b/talk/app/webrtc/androidvideocapturer.cc
index d8f12174db4d81317795d144e73ecd46d8b57072..c369d302b857375338dbc97265d42c4cb8d0ee6a 100644
--- a/talk/app/webrtc/androidvideocapturer.cc
+++ b/talk/app/webrtc/androidvideocapturer.cc
@@ -157,8 +157,6 @@ AndroidVideoCapturer::AndroidVideoCapturer(
formats.push_back(format);
}
SetSupportedFormats(formats);
- // Do not apply frame rotation by default.
- SetApplyRotation(false);
}
AndroidVideoCapturer::~AndroidVideoCapturer() {
« no previous file with comments | « no previous file | talk/app/webrtc/remotevideocapturer_unittest.cc » ('j') | talk/media/base/capturerenderadapter.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698