Index: webrtc/modules/rtp_rtcp/test/testAPI/test_api_rtcp.cc |
diff --git a/webrtc/modules/rtp_rtcp/test/testAPI/test_api_rtcp.cc b/webrtc/modules/rtp_rtcp/test/testAPI/test_api_rtcp.cc |
index f33507e35821ffebaa6eae2e238dde5f1a90d63f..e19cf35784037faa20e65da07fe3742e6b051752 100644 |
--- a/webrtc/modules/rtp_rtcp/test/testAPI/test_api_rtcp.cc |
+++ b/webrtc/modules/rtp_rtcp/test/testAPI/test_api_rtcp.cc |
@@ -165,8 +165,9 @@ class RtpRtcpRtcpTest : public ::testing::Test { |
// the receiving module. |
// send RTP packet with the data "testtest" |
const uint8_t test[9] = "testtest"; |
- EXPECT_EQ(0, module1->SendOutgoingData(webrtc::kAudioFrameSpeech, 96, |
- 0, -1, test, 8)); |
+ EXPECT_EQ(true, |
+ module1->SendOutgoingData(webrtc::kAudioFrameSpeech, 96, 0, -1, |
+ test, 8, nullptr, nullptr, nullptr)); |
} |
virtual void TearDown() { |