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

Unified Diff: media/filters/frame_processor.h

Issue 447963003: Introduce DecodeTimestamp class to make it easier to distiguish presentation and decode timestamps. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address CR comments Created 6 years, 4 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/filters/frame_processor.h
diff --git a/media/filters/frame_processor.h b/media/filters/frame_processor.h
index 0cd24f1b06cc5dbf3cdcaff64114528eed67aa26..0afcf0ae17fc4be7fabd6c391db95bf3ab68256f 100644
--- a/media/filters/frame_processor.h
+++ b/media/filters/frame_processor.h
@@ -98,8 +98,8 @@ class MEDIA_EXPORT FrameProcessor {
MseTrackBuffer* FindTrack(StreamParser::TrackId id);
// Signals all track buffers' streams that a new media segment is starting
- // with timestamp |segment_timestamp|.
- void NotifyNewMediaSegmentStarting(base::TimeDelta segment_timestamp);
+ // with decode timestamp |segment_timestamp|.
+ void NotifyNewMediaSegmentStarting(DecodeTimestamp segment_timestamp);
// Helper that signals each track buffer to append any processed, but not yet
// appended, frames to its stream. Returns true on success, or false if one or

Powered by Google App Engine
This is Rietveld 408576698