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

Unified Diff: mojo/services/media/core/interfaces/media_demux.mojom

Issue 2097953002: Motown: Rename MediaProducer/Consumer to MediaPacketProducer/Consumer (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Fixed #ifndef guards Created 4 years, 6 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: mojo/services/media/core/interfaces/media_demux.mojom
diff --git a/mojo/services/media/core/interfaces/media_demux.mojom b/mojo/services/media/core/interfaces/media_demux.mojom
index 39729272f16799587493693cbb21d9bae0b5bf7c..66b4e48bdbe4a8e0fc32157a2782b99ef1dd6be6 100644
--- a/mojo/services/media/core/interfaces/media_demux.mojom
+++ b/mojo/services/media/core/interfaces/media_demux.mojom
@@ -18,8 +18,8 @@ interface MediaDemux {
// Describes the demux.
Describe() => (array<MediaType> stream_types);
- // Gets the producer for the specified stream.
- GetProducer(uint32 stream_index, MediaProducer& producer);
+ // Gets the packet producer for the specified stream.
+ GetPacketProducer(uint32 stream_index, MediaPacketProducer& packet_producer);
// Gets the metadata. To get the metadata immediately, call
// GetMetadata(kInitialMetadata). To get updates thereafter, pass the version
« no previous file with comments | « mojo/services/media/control/interfaces/media_source.mojom ('k') | mojo/services/media/core/interfaces/media_renderer.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698