| Index: mojo/services/media/control/interfaces/media_sink.mojom
|
| diff --git a/mojo/services/media/control/interfaces/media_sink.mojom b/mojo/services/media/control/interfaces/media_sink.mojom
|
| index e30ae62866071c198112735b6476ae134379ec1c..a8084e84422faea4442a2268e9d8c3201505bade 100644
|
| --- a/mojo/services/media/control/interfaces/media_sink.mojom
|
| +++ b/mojo/services/media/control/interfaces/media_sink.mojom
|
| @@ -14,8 +14,8 @@ import "mojo/services/media/core/interfaces/timeline_controller.mojom";
|
| interface MediaSink {
|
| // TODO(dalesat): Support fanout to many destinations.
|
|
|
| - // 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);
|
|
|
| // Request the timeline control point for this sink
|
| GetTimelineControlPoint(MediaTimelineControlPoint& timeline_control_point);
|
|
|