| Index: webrtc/video/rtp_stream_receiver.cc
 | 
| diff --git a/webrtc/video/rtp_stream_receiver.cc b/webrtc/video/rtp_stream_receiver.cc
 | 
| index b8ef10d549b802de1b963e8e50a3ce4b37bc230b..8ee8241cca1aaa4c2e8bc0e2587c1de30a919cc2 100644
 | 
| --- a/webrtc/video/rtp_stream_receiver.cc
 | 
| +++ b/webrtc/video/rtp_stream_receiver.cc
 | 
| @@ -74,7 +74,6 @@ std::unique_ptr<RtpRtcp> CreateRtpRtcpModule(
 | 
|  
 | 
|    std::unique_ptr<RtpRtcp> rtp_rtcp(RtpRtcp::CreateRtpRtcp(configuration));
 | 
|    rtp_rtcp->SetSendingStatus(false);
 | 
| -  rtp_rtcp->SetSendingMediaStatus(false);
 | 
|    rtp_rtcp->SetRTCPStatus(RtcpMode::kCompound);
 | 
|  
 | 
|    return rtp_rtcp;
 | 
| 
 |