Index: webrtc/media/base/videocapturer.cc |
diff --git a/webrtc/media/base/videocapturer.cc b/webrtc/media/base/videocapturer.cc |
index 4923dddd967b76f1090b46670c016ff013543739..a98f2f547ffd486a0d77084ce25f828338d2d54a 100644 |
--- a/webrtc/media/base/videocapturer.cc |
+++ b/webrtc/media/base/videocapturer.cc |
@@ -60,7 +60,7 @@ bool CapturedFrame::GetDataSize(uint32_t* size) const { |
///////////////////////////////////////////////////////////////////// |
// Implementation of class VideoCapturer |
///////////////////////////////////////////////////////////////////// |
-VideoCapturer::VideoCapturer() : apply_rotation_(true) { |
+VideoCapturer::VideoCapturer() : apply_rotation_(false) { |
thread_checker_.DetachFromThread(); |
Construct(); |
} |