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

Unified Diff: mojo/services/media/control/interfaces/media_source.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/control/interfaces/media_source.mojom
diff --git a/mojo/services/media/control/interfaces/media_source.mojom b/mojo/services/media/control/interfaces/media_source.mojom
index 4bac5102aa42d6435d11194ff8c5cca4f96f8cfd..9c79f3b406635ca6cec7271ab3744ed4c30d0500 100644
--- a/mojo/services/media/control/interfaces/media_source.mojom
+++ b/mojo/services/media/control/interfaces/media_source.mojom
@@ -18,11 +18,8 @@ interface MediaSource {
// Gets the streams produced by this source.
GetStreams() => (array<MediaSourceStreamDescriptor> streams);
- // Gets the producer for the specified stream.
- GetProducer(uint32 stream_index, MediaProducer& producer);
-
- // Gets the pull mode producer for the specified stream.
- GetPullModeProducer(uint32 stream_index, MediaPullModeProducer& producer);
+ // Gets the packet producer for the specified stream.
+ GetPacketProducer(uint32 stream_index, MediaPacketProducer& packet_producer);
// Gets the status. To get the status immediately, call
// GetStatus(kInitialStatus). To get updates thereafter, pass the version
« no previous file with comments | « mojo/services/media/control/interfaces/media_sink.mojom ('k') | mojo/services/media/core/interfaces/media_demux.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698