| Index: webrtc/modules/rtp_rtcp/test/testAPI/test_api_video.cc
|
| diff --git a/webrtc/modules/rtp_rtcp/test/testAPI/test_api_video.cc b/webrtc/modules/rtp_rtcp/test/testAPI/test_api_video.cc
|
| index 447b4b7ac14e95d4b9f317c934e5059e14397472..36da4e7057038a67882a765765ac5037efc36611 100644
|
| --- a/webrtc/modules/rtp_rtcp/test/testAPI/test_api_video.cc
|
| +++ b/webrtc/modules/rtp_rtcp/test/testAPI/test_api_video.cc
|
| @@ -54,7 +54,7 @@ class RtpRtcpVideoTest : public ::testing::Test {
|
|
|
| video_module_ = RtpRtcp::CreateRtpRtcp(configuration);
|
| rtp_receiver_.reset(RtpReceiver::CreateVideoReceiver(
|
| - &fake_clock, receiver_, NULL, &rtp_payload_registry_));
|
| + &fake_clock, receiver_, nullptr, &rtp_payload_registry_));
|
|
|
| video_module_->SetRTCPStatus(RtcpMode::kCompound);
|
| video_module_->SetSSRC(test_ssrc_);
|
|
|