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

Unified Diff: media/base/stream_parser.h

Issue 231283005: Add live mode detection in WebM MediaSource parser. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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
Index: media/base/stream_parser.h
diff --git a/media/base/stream_parser.h b/media/base/stream_parser.h
index a206a7bea6f168d6a250b7478ded350d955c6e23..9f98eaf8d2f3e267540280f4cea040fa17efd9a6 100644
--- a/media/base/stream_parser.h
+++ b/media/base/stream_parser.h
@@ -60,6 +60,9 @@ class MEDIA_EXPORT StreamParser {
// Indicates that timestampOffset should be updated based on the earliest
// end timestamp (audio or video) provided during each NewBuffersCB.
bool auto_update_timestamp_offset;
+
+ // Indicates live stream.
+ bool live_mode;
};
// Indicates completion of parser initialization.

Powered by Google App Engine
This is Rietveld 408576698