From f7a58f868e32dff4bc273897671b503ced7afa6f Mon Sep 17 00:00:00 2001 From: "henrike@webrtc.org" Date: Fri, 17 Aug 2012 19:10:27 +0000 Subject: [PATCH] Fixes VP8 issue with sending simulcast->non simulcast->simulcast. Review URL: https://webrtc-codereview.appspot.com/722013 git-svn-id: http://webrtc.googlecode.com/svn/trunk@2634 4adac7df-926f-26a2-2b94-8c16560cd09d --- src/video_engine/vie_channel.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/src/video_engine/vie_channel.cc b/src/video_engine/vie_channel.cc index 926c6fce4..723b88e56 100644 --- a/src/video_engine/vie_channel.cc +++ b/src/video_engine/vie_channel.cc @@ -255,6 +255,7 @@ WebRtc_Word32 ViEChannel::SetSendCodec(const VideoCodec& video_codec, rtp_rtcp->SetStorePacketsStatus(true, kNackHistorySize); rtp_rtcp->SetNACKStatus(nack_method); } + rtp_rtcp->SetSendingMediaStatus(rtp_rtcp_->SendingMedia()); simulcast_rtp_rtcp_.push_back(rtp_rtcp); } // Remove last in list if we have too many.