From 0c9fe72b2136b86eaa57fe4a73bc9cafefdf80ff Mon Sep 17 00:00:00 2001 From: "buildbot@webrtc.org" Date: Fri, 19 Sep 2014 20:05:02 +0000 Subject: [PATCH] (Auto)update libjingle 75922684-> 75924589 git-svn-id: http://webrtc.googlecode.com/svn/trunk@7250 4adac7df-926f-26a2-2b94-8c16560cd09d --- talk/media/webrtc/webrtcvideoengine.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/talk/media/webrtc/webrtcvideoengine.h b/talk/media/webrtc/webrtcvideoengine.h index bd8f1f893f..fb0c4e1300 100644 --- a/talk/media/webrtc/webrtcvideoengine.h +++ b/talk/media/webrtc/webrtcvideoengine.h @@ -310,6 +310,7 @@ class WebRtcVideoMediaChannel : public rtc::MessageHandler, virtual int SendPacket(int channel, const void* data, int len); virtual int SendRTCPPacket(int channel, const void* data, int len); + virtual void LogSendCodecChange(const std::string& reason); bool SetPrimaryAndRtxSsrcs( int channel_id, int idx, uint32 primary_ssrc, const StreamParams& send_params); @@ -348,7 +349,6 @@ class WebRtcVideoMediaChannel : public rtc::MessageHandler, bool SetSendCodec(const webrtc::VideoCodec& codec); bool SetSendCodec(WebRtcVideoChannelSendInfo* send_channel, const webrtc::VideoCodec& codec); - void LogSendCodecChange(const std::string& reason); // Prepares the channel with channel id |info->channel_id()| to receive all // codecs in |receive_codecs_| and start receive packets. bool SetReceiveCodecs(WebRtcVideoChannelRecvInfo* info);