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

Unified Diff: media/formats/webm/webm_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/formats/webm/webm_stream_parser.h
diff --git a/media/formats/webm/webm_stream_parser.h b/media/formats/webm/webm_stream_parser.h
index 822b801b0ee46d2b6f759b8ffa1c8afb0125334e..0f7f91c408ec01abe6aef03271203ab436801274 100644
--- a/media/formats/webm/webm_stream_parser.h
+++ b/media/formats/webm/webm_stream_parser.h
@@ -76,6 +76,8 @@ class WebMStreamParser : public StreamParser {
base::Closure end_of_segment_cb_;
LogCB log_cb_;
+ bool unknown_segment_size_;
+
// True if a new cluster id has been seen and its end has not yet been parsed.
bool parsing_cluster_;

Powered by Google App Engine
This is Rietveld 408576698