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

Unified Diff: media/filters/frame_processor_base.h

Issue 341083004: Introduce the playback time into the MSE garbage collection. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: New flow to pass the media time to SourceBufferStream. Created 6 years, 6 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 | « media/filters/frame_processor.cc ('k') | media/filters/legacy_frame_processor.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/filters/frame_processor_base.h
diff --git a/media/filters/frame_processor_base.h b/media/filters/frame_processor_base.h
index 7947efb892b163eb908c95793ef9e43c80389131..dc07d7e0c0e19876df149613d8357a09e923db54 100644
--- a/media/filters/frame_processor_base.h
+++ b/media/filters/frame_processor_base.h
@@ -137,7 +137,8 @@ class MEDIA_EXPORT FrameProcessorBase {
base::TimeDelta append_window_start,
base::TimeDelta append_window_end,
bool* new_media_segment,
- base::TimeDelta* timestamp_offset) = 0;
+ base::TimeDelta* timestamp_offset,
+ base::TimeDelta media_time) = 0;
// Signals the frame processor to update its group start timestamp to be
// |timestamp_offset| if it is in sequence append mode.
« no previous file with comments | « media/filters/frame_processor.cc ('k') | media/filters/legacy_frame_processor.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698