| Index: webrtc/modules/rtp_rtcp/source/rtp_rtcp_impl.cc
|
| diff --git a/webrtc/modules/rtp_rtcp/source/rtp_rtcp_impl.cc b/webrtc/modules/rtp_rtcp/source/rtp_rtcp_impl.cc
|
| index f74ebba0c0e12b09f96a57cc67795fd4054d1de6..2a7328376c0c67e0b22ccb6989ac8317b1455cf3 100644
|
| --- a/webrtc/modules/rtp_rtcp/source/rtp_rtcp_impl.cc
|
| +++ b/webrtc/modules/rtp_rtcp/source/rtp_rtcp_impl.cc
|
| @@ -211,9 +211,8 @@ void ModuleRtpRtcpImpl::Process() {
|
| if (rtcp_sender_.TimeToSendRTCPReport())
|
| rtcp_sender_.SendRTCP(GetFeedbackState(), kRtcpReport);
|
|
|
| - if (TMMBR() && rtcp_receiver_.UpdateRTCPReceiveInformationTimers()) {
|
| - // A receiver has timed out.
|
| - rtcp_receiver_.UpdateTmmbr();
|
| + if (TMMBR() && rtcp_receiver_.UpdateTmmbrTimers()) {
|
| + rtcp_receiver_.NotifyTmmbrUpdated();
|
| }
|
| }
|
|
|
|
|