| Index: media/cast/transport/rtp_sender/rtp_sender.h
|
| diff --git a/media/cast/transport/rtp_sender/rtp_sender.h b/media/cast/transport/rtp_sender/rtp_sender.h
|
| index c027024dd20553b11e82818196740f2f0aa155b7..e1fbfe23dded2d95b3a3c93854b1f53cf2814cd7 100644
|
| --- a/media/cast/transport/rtp_sender/rtp_sender.h
|
| +++ b/media/cast/transport/rtp_sender/rtp_sender.h
|
| @@ -48,13 +48,7 @@ class RtpSender {
|
| // video frames. Returns false if configuration is invalid.
|
| bool InitializeVideo(const CastTransportVideoConfig& config);
|
|
|
| - // The video_frame objects ownership is handled by the main cast thread.
|
| - void IncomingEncodedVideoFrame(const EncodedVideoFrame* video_frame,
|
| - const base::TimeTicks& capture_time);
|
| -
|
| - // The audio_frame objects ownership is handled by the main cast thread.
|
| - void IncomingEncodedAudioFrame(const EncodedAudioFrame* audio_frame,
|
| - const base::TimeTicks& recorded_time);
|
| + void SendFrame(const EncodedFrame& frame);
|
|
|
| void ResendPackets(const MissingFramesAndPacketsMap& missing_packets);
|
|
|
|
|