Chromium Code Reviews| Index: webrtc/modules/rtp_rtcp/source/rtcp_receiver.cc |
| diff --git a/webrtc/modules/rtp_rtcp/source/rtcp_receiver.cc b/webrtc/modules/rtp_rtcp/source/rtcp_receiver.cc |
| index 34b2ce3687f4f442787ea5c27d1ccd7ea006c86b..98781915c789799f6855fdbddc2b9d0e13d52f3d 100644 |
| --- a/webrtc/modules/rtp_rtcp/source/rtcp_receiver.cc |
| +++ b/webrtc/modules/rtp_rtcp/source/rtcp_receiver.cc |
| @@ -1354,6 +1354,8 @@ void RTCPReceiver::TriggerCallbacksFromRTCPPacket( |
| rtcpPacketInformation.report_blocks, |
| rtcpPacketInformation.rtt, |
| now); |
| + _rtpRtcp.OnReceivedRtcpReceiverReport( |
|
danilchap
2016/06/03 09:01:37
though _cbRtcpBandwidthObserver is rarely nullptr,
Irfan
2016/06/03 15:55:33
Done.
|
| + rtcpPacketInformation.report_blocks); |
| } |
| } |
| if (_cbTransportFeedbackObserver && |