| Index: webrtc/api/java/android/org/webrtc/VideoCapturerAndroid.java
|
| diff --git a/webrtc/api/java/android/org/webrtc/VideoCapturerAndroid.java b/webrtc/api/java/android/org/webrtc/VideoCapturerAndroid.java
|
| index 39ed12cfa3d2708c9b0ee74c3724a0d707154ad7..4e7f5f4c06b3a1a03328df4d4a59a14b3e7cea2e 100644
|
| --- a/webrtc/api/java/android/org/webrtc/VideoCapturerAndroid.java
|
| +++ b/webrtc/api/java/android/org/webrtc/VideoCapturerAndroid.java
|
| @@ -556,6 +556,8 @@ public class VideoCapturerAndroid implements
|
| }
|
|
|
| camera.setParameters(parameters);
|
| + // Calculate orientation manually and send it as CVO instead.
|
| + camera.setDisplayOrientation(0 /* degrees */);
|
| if (!isCapturingToTexture) {
|
| queuedBuffers.clear();
|
| final int frameSize = captureFormat.frameSize();
|
|
|