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

Unified Diff: media/filters/decoder_stream.h

Issue 692323002: Move Liveness from DemuxerStreamProvider to DemuxerStream. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 1 month 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/filters/decoder_stream.h
diff --git a/media/filters/decoder_stream.h b/media/filters/decoder_stream.h
index 28587c573a961c25511222790200c9b658100807..360a4979494b4d0a8aa92b8f16e3a66b23fc89e8 100644
--- a/media/filters/decoder_stream.h
+++ b/media/filters/decoder_stream.h
@@ -60,7 +60,6 @@ class MEDIA_EXPORT DecoderStream {
// Initializes the DecoderStream and returns the initialization result
// through |init_cb|. Note that |init_cb| is always called asynchronously.
void Initialize(DemuxerStream* stream,
- bool low_delay,
const StatisticsCB& statistics_cb,
const InitCB& init_cb);
@@ -172,7 +171,6 @@ class MEDIA_EXPORT DecoderStream {
base::Closure reset_cb_;
DemuxerStream* stream_;
- bool low_delay_;
scoped_ptr<DecoderSelector<StreamType> > decoder_selector_;

Powered by Google App Engine
This is Rietveld 408576698