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

Unified Diff: media/base/demuxer_stream.cc

Issue 177333003: Add support for midstream audio configuration changes. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@ABS
Patch Set: add Reset() tests. Only enable ABC in MSE case. 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
Index: media/base/demuxer_stream.cc
diff --git a/media/base/demuxer_stream.cc b/media/base/demuxer_stream.cc
index daede6553d1667266aff4ffca41a896f9873691f..4f8689936aacb90e4d6a6fdc5c0b7a9a93bbc46b 100644
--- a/media/base/demuxer_stream.cc
+++ b/media/base/demuxer_stream.cc
@@ -8,4 +8,6 @@ namespace media {
DemuxerStream::~DemuxerStream() {}
+bool DemuxerStream::SupportsConfigChanges() { return false; }
+
} // namespace media

Powered by Google App Engine
This is Rietveld 408576698