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

Unified Diff: media/filters/legacy_frame_processor.h

Issue 180153003: Implement core of compliant MediaSource coded frame processing (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address CR comments Created 6 years, 7 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/legacy_frame_processor.h
diff --git a/media/filters/legacy_frame_processor.h b/media/filters/legacy_frame_processor.h
index c37dd7b21dbea0802d6516c2660da3d591d55196..c2e899bcbae07fa620daeb416b1766c34d9c7962 100644
--- a/media/filters/legacy_frame_processor.h
+++ b/media/filters/legacy_frame_processor.h
@@ -26,6 +26,8 @@ class MEDIA_EXPORT LegacyFrameProcessor : public FrameProcessorBase {
// FrameProcessorBase implementation
virtual void SetSequenceMode(bool sequence_mode) OVERRIDE;
+ virtual void SetGroupStartTimestampIfInSequenceMode(
+ base::TimeDelta timestamp_offset) OVERRIDE;
virtual bool ProcessFrames(const StreamParser::BufferQueue& audio_buffers,
const StreamParser::BufferQueue& video_buffers,
const StreamParser::TextBufferQueueMap& text_map,

Powered by Google App Engine
This is Rietveld 408576698