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

Unified Diff: mojo/services/media/core/interfaces/media_renderer.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_renderer.mojom
diff --git a/mojo/services/media/core/interfaces/media_renderer.mojom b/mojo/services/media/core/interfaces/media_renderer.mojom
index eeac7498d9a940090bf9a611bdce0163d6ddb33c..35be9e4949e8eb36664aaabc02364df9d839e97e 100644
--- a/mojo/services/media/core/interfaces/media_renderer.mojom
+++ b/mojo/services/media/core/interfaces/media_renderer.mojom
@@ -17,8 +17,8 @@ interface MediaRenderer {
// Sets the media type of the stream to be delivered.
SetMediaType(MediaType media_type);
- // Gets the consumer for the stream to be delivered.
- GetConsumer(MediaConsumer& consumer);
+ // Gets the packet consumer for the stream to be delivered.
+ GetPacketConsumer(MediaPacketConsumer& packet_consumer);
// Requests the timeline control point for this output.
GetTimelineControlPoint(MediaTimelineControlPoint& timeline_control_point);
« no previous file with comments | « mojo/services/media/core/interfaces/media_demux.mojom ('k') | mojo/services/media/core/interfaces/media_type_converter.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698