| 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 e7843866762a81b7093905ffbb1abfa1b008614b..a701c9e3d7943c712883058234b2970bd9313de2 100644
|
| --- a/webrtc/modules/rtp_rtcp/test/testAPI/test_api_video.cc
|
| +++ b/webrtc/modules/rtp_rtcp/test/testAPI/test_api_video.cc
|
| @@ -147,11 +147,9 @@ class RtpRtcpVideoTest : public ::testing::Test {
|
|
|
| TEST_F(RtpRtcpVideoTest, BasicVideo) {
|
| uint32_t timestamp = 3000;
|
| - EXPECT_EQ(0, video_module_->SendOutgoingData(kVideoFrameDelta, 123,
|
| - timestamp,
|
| - timestamp / 90,
|
| - video_frame_,
|
| - payload_data_length_));
|
| + EXPECT_TRUE(video_module_->SendOutgoingData(
|
| + kVideoFrameDelta, 123, timestamp, timestamp / 90, video_frame_,
|
| + payload_data_length_, nullptr, nullptr, nullptr));
|
| }
|
|
|
| TEST_F(RtpRtcpVideoTest, PaddingOnlyFrames) {
|
|
|