Revert r4322 "Support sending multiple report blocks and keeping track of statistics on
several SSRCs" R=pwestin@webrtc.org Review URL: https://webrtc-codereview.appspot.com/1774006 git-svn-id: http://webrtc.googlecode.com/svn/trunk@4344 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
@ -406,6 +406,7 @@ RTCPReceiver::HandleSenderReceiverReport(RTCPUtility::RTCPParserV2& rtcpParser,
|
||||
TRACE_EVENT_INSTANT2("webrtc_rtp", "SR",
|
||||
"remote_ssrc", remoteSSRC,
|
||||
"ssrc", _SSRC);
|
||||
|
||||
if (_remoteSSRC == remoteSSRC) // have I received RTP packets from this party
|
||||
{
|
||||
// only signal that we have received a SR when we accept one
|
||||
|
Reference in New Issue
Block a user