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

Unified Diff: media/filters/stream_parser_factory.h

Issue 76483005: Emit Media Source stream type and codecs to chrome://media-internals. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@sort_keys
Patch Set: Created 7 years, 1 month 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
« no previous file with comments | « media/filters/chunk_demuxer.cc ('k') | media/filters/stream_parser_factory.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/filters/stream_parser_factory.h
diff --git a/media/filters/stream_parser_factory.h b/media/filters/stream_parser_factory.h
index 1f9ad347d12e214dd7fa2730d7acfa2b205b75c8..46ad7260fb26bea91fc1fff8541092d3a5101ae4 100644
--- a/media/filters/stream_parser_factory.h
+++ b/media/filters/stream_parser_factory.h
@@ -34,6 +34,7 @@ class MEDIA_EXPORT StreamParserFactory {
// undefined.
static scoped_ptr<StreamParser> Create(
const std::string& type, const std::vector<std::string>& codecs,
+ const scoped_refptr<MediaLog>& media_log,
const LogCB& log_cb, bool* has_audio, bool* has_video);
};
« no previous file with comments | « media/filters/chunk_demuxer.cc ('k') | media/filters/stream_parser_factory.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698