Commit a17aa68b authored by servolk's avatar servolk Committed by Commit bot

Report video_rotation in DecryptingDemuxerStream

DecryptingDemuxerStream should report proper video_rotation
of the underlying DemuxerStream.

BUG=none

Review URL: https://codereview.chromium.org/1175563005

Cr-Commit-Position: refs/heads/master@{#333650}
parent 300ff895
......@@ -139,7 +139,7 @@ bool DecryptingDemuxerStream::SupportsConfigChanges() {
}
VideoRotation DecryptingDemuxerStream::video_rotation() {
return VIDEO_ROTATION_0;
return demuxer_stream_->video_rotation();
}
DecryptingDemuxerStream::~DecryptingDemuxerStream() {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment