Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / media / filters / fake_demuxer_stream.cc
index 78386e3..941778c 100644 (file)
@@ -97,6 +97,10 @@ bool FakeDemuxerStream::SupportsConfigChanges() {
   return config_changes_;
 }
 
+VideoRotation FakeDemuxerStream::video_rotation() {
+  return VIDEO_ROTATION_0;
+}
+
 void FakeDemuxerStream::HoldNextRead() {
   DCHECK(task_runner_->BelongsToCurrentThread());
   read_to_hold_ = next_read_num_;