| Index: webrtc/media/base/videosourceinterface.h
|
| diff --git a/webrtc/media/base/videosourceinterface.h b/webrtc/media/base/videosourceinterface.h
|
| index e96a901f7d23ad8019ba4ae8c9b900c51469e8f7..bae02c8d0fc3c453d199aa7853b08ecde299e136 100644
|
| --- a/webrtc/media/base/videosourceinterface.h
|
| +++ b/webrtc/media/base/videosourceinterface.h
|
| @@ -20,8 +20,8 @@ namespace rtc {
|
| // should have when it is delivered to a certain sink.
|
| struct VideoSinkWants {
|
| // Tells the source whether the sink wants frames with rotation applied.
|
| - // By default, the rotation is applied by the source.
|
| - bool rotation_applied = true;
|
| + // By default, any rotation must be applied by the sink.
|
| + bool rotation_applied = false;
|
|
|
| // Tells the source that the sink only wants black frames.
|
| bool black_frames = false;
|
|
|