Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1225)

Unified Diff: media/base/demuxer_stream.h

Issue 363813002: Update to Pipeline Metadata and Decoder Stream for Orientation Data (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixed Merge Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | media/base/fake_text_track_stream.h » ('j') | media/base/video_rotation.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/base/demuxer_stream.h
diff --git a/media/base/demuxer_stream.h b/media/base/demuxer_stream.h
index 87f53e7307fcec7982b85be91639b4a536dd4ee2..1207e1872038e0691e9088c8f17db246cb5ee1d3 100644
--- a/media/base/demuxer_stream.h
+++ b/media/base/demuxer_stream.h
@@ -8,6 +8,7 @@
#include "base/callback.h"
#include "base/memory/ref_counted.h"
#include "media/base/media_export.h"
+#include "media/base/video_rotation.h"
namespace media {
@@ -80,6 +81,8 @@ class MEDIA_EXPORT DemuxerStream {
// on this.
virtual bool SupportsConfigChanges() = 0;
+ virtual VideoRotation video_rotation() = 0;
+
protected:
// Only allow concrete implementations to get deleted.
virtual ~DemuxerStream();
« no previous file with comments | « no previous file | media/base/fake_text_track_stream.h » ('j') | media/base/video_rotation.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698