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

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

Issue 2643743002: Mojify demuxers and allow running {Chunk/FFmpeg}Demuxer in a Utility Process (Closed)
Patch Set: Rebase and make sure to unbind mojom::DemuxerPtr on the bound thread during termination Created 3 years, 10 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 | « media/mojo/interfaces/media_types.typemap ('k') | media/mojo/interfaces/source_buffer.mojom » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/mojo/interfaces/renderer.mojom
diff --git a/media/mojo/interfaces/renderer.mojom b/media/mojo/interfaces/renderer.mojom
index 6a1ec1a4851cf9e13b0f7cf68d26707d0fb11d16..2f6dcc34e2c15ab67832988401811d6442a97ff4 100644
--- a/media/mojo/interfaces/renderer.mojom
+++ b/media/mojo/interfaces/renderer.mojom
@@ -18,6 +18,7 @@ interface Renderer {
// or a |media_url| executing the callback with whether the initialization
// succeeded.
Initialize(associated RendererClient client,
+ int32 demuxer_id,
array<DemuxerStream>? streams,
AudioRendererSink? audio_renderer_sink,
VideoRendererSink? video_renderer_sink,
« no previous file with comments | « media/mojo/interfaces/media_types.typemap ('k') | media/mojo/interfaces/source_buffer.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698