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

Unified Diff: media/filters/chunk_demuxer.h

Issue 1089873006: WIP - MSE: Drop non-keyframes that lack keyframe dependency (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Checkpoint of WIP while I work on prereq https://codereview.chromium.org/1091293005/ Created 5 years, 8 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/filters/chunk_demuxer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/filters/chunk_demuxer.h
diff --git a/media/filters/chunk_demuxer.h b/media/filters/chunk_demuxer.h
index 1ef8d263755e695e4f7f344eeb4bc039a2cb0e54..2d6f716648060e02856629137fa99f5ff948fcaf 100644
--- a/media/filters/chunk_demuxer.h
+++ b/media/filters/chunk_demuxer.h
@@ -77,6 +77,10 @@ class MEDIA_EXPORT ChunkDemuxerStream : public DemuxerStream {
bool UpdateVideoConfig(const VideoDecoderConfig& config, const LogCB& log_cb);
void UpdateTextConfig(const TextTrackConfig& config, const LogCB& log_cb);
+ // Called when the range removal notification callback is changed.
+ void UpdateRangeRemovalCB(
+ const SourceBufferStream::NotifyRangeRemovalCB& range_removal_cb);
+
void MarkEndOfStream();
void UnmarkEndOfStream();
« no previous file with comments | « no previous file | media/filters/chunk_demuxer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698