| Index: media/cast/video_receiver/video_receiver.h
|
| diff --git a/media/cast/video_receiver/video_receiver.h b/media/cast/video_receiver/video_receiver.h
|
| index 360e7460c98ea39e466a662001ebb9727a87fd26..14a4bfa5c965f0186cc58e893e95bdbe3d28e1a5 100644
|
| --- a/media/cast/video_receiver/video_receiver.h
|
| +++ b/media/cast/video_receiver/video_receiver.h
|
| @@ -58,7 +58,7 @@ class VideoReceiver : public RtpReceiver,
|
| public base::SupportsWeakPtr<VideoReceiver> {
|
| public:
|
| VideoReceiver(scoped_refptr<CastEnvironment> cast_environment,
|
| - const VideoReceiverConfig& video_config,
|
| + const FrameReceiverConfig& video_config,
|
| transport::PacedPacketSender* const packet_sender);
|
|
|
| virtual ~VideoReceiver();
|
| @@ -142,7 +142,7 @@ class VideoReceiver : public RtpReceiver,
|
| // Processes raw audio events to be sent over to the cast sender via RTCP.
|
| ReceiverRtcpEventSubscriber event_subscriber_;
|
|
|
| - // Configured audio codec.
|
| + // Configured video codec.
|
| const transport::VideoCodec codec_;
|
|
|
| // The total amount of time between a frame's capture/recording on the sender
|
|
|