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

Unified Diff: media/formats/common/stream_parser_test_base.h

Issue 1564983003: MSE: Log a warning if muxed AV media segment has no A or has no V block (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 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/common/stream_parser_test_base.h
diff --git a/media/formats/common/stream_parser_test_base.h b/media/formats/common/stream_parser_test_base.h
index 42cb8d1bc7dbe4b9ea41a4ec9cdadcfd6c803265..24fcce3d20e5c81d42905e0d95a7e57e091d0106 100644
--- a/media/formats/common/stream_parser_test_base.h
+++ b/media/formats/common/stream_parser_test_base.h
@@ -65,7 +65,7 @@ class StreamParserTestBase {
const StreamParser::TextBufferQueueMap& text_map);
void OnKeyNeeded(EmeInitDataType type, const std::vector<uint8_t>& init_data);
void OnNewSegment();
- void OnEndOfSegment();
+ bool OnEndOfSegment();
scoped_ptr<StreamParser> parser_;
std::stringstream results_stream_;

Powered by Google App Engine
This is Rietveld 408576698