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

Unified Diff: media/base/demuxer_stream.h

Issue 208263018: Add SupportsConfigChanges() to DemuxerStream. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@audioconverterchunk
Patch Set: Created 6 years, 9 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/demuxer_stream.cc » ('j') | no next file with comments »
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 4e07c66d8fe51ca939c21ead65e895320d4943f6..912eb7451c9cad48b7ff4a4095d4a83769585ba3 100644
--- a/media/base/demuxer_stream.h
+++ b/media/base/demuxer_stream.h
@@ -68,6 +68,9 @@ class MEDIA_EXPORT DemuxerStream {
virtual void EnableBitstreamConverter() = 0;
+ // Whether or not this DemuxerStream allows midstream configuration changes.
scherkus (not reviewing) 2014/03/25 21:14:53 I know EnableBitsreamConverter() is sorely lacking
rileya (GONE FROM CHROMIUM) 2014/03/25 21:45:06 Added more detail.
+ virtual bool SupportsConfigChanges();
DaleCurtis 2014/03/24 19:01:00 Unfortunately, this should be = 0; and each implem
rileya (GONE FROM CHROMIUM) 2014/03/25 21:45:06 Done.
+
protected:
// Only allow concrete implementations to get deleted.
virtual ~DemuxerStream();
« no previous file with comments | « no previous file | media/base/demuxer_stream.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698