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

Unified Diff: media/mojo/interfaces/demuxer_stream.mojom

Issue 684963003: Add support for external video renderers in mojo. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@mojo_config
Patch Set: Created 6 years, 2 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
« no previous file with comments | « no previous file | media/mojo/interfaces/media_types.mojom » ('j') | media/mojo/interfaces/media_types.mojom » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/mojo/interfaces/demuxer_stream.mojom
diff --git a/media/mojo/interfaces/demuxer_stream.mojom b/media/mojo/interfaces/demuxer_stream.mojom
index 73d6e6c25e56c0de030ee2ab0c699edaeeb0a780..a41795291203c9f5ef5c6602ef391ce6feba6b33 100644
--- a/media/mojo/interfaces/demuxer_stream.mojom
+++ b/media/mojo/interfaces/demuxer_stream.mojom
@@ -49,6 +49,11 @@ interface DemuxerStreamClient {
// whenever a DemuxerStream::STATUS_CONFIG_CHANGED is observed (either
// in a Read() callback or over the DataPipe).
OnAudioDecoderConfigChanged(AudioDecoderConfig config);
+
+ // A new AudioDecoderConfig is available. Will be sent by the DemuxerStream
xhwang 2014/10/29 00:22:13 s/Audio/Video
DaleCurtis 2014/10/30 23:16:56 Done.
+ // whenever a DemuxerStream::STATUS_CONFIG_CHANGED is observed (either
+ // in a Read() callback or over the DataPipe).
+ OnVideoDecoderConfigChanged(VideoDecoderConfig config);
};
} // module mojo
« no previous file with comments | « no previous file | media/mojo/interfaces/media_types.mojom » ('j') | media/mojo/interfaces/media_types.mojom » ('J')

Powered by Google App Engine
This is Rietveld 408576698