Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(184)

Unified Diff: logging/rtc_event_log/rtc_event_log_unittest_helper.cc

Issue 2826263004: Move responsibility for RTP header extensions on video receive. (Closed)
Patch Set: Crude rebase. Created 3 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « logging/rtc_event_log/rtc_event_log_unittest.cc ('k') | media/base/mediachannel.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: logging/rtc_event_log/rtc_event_log_unittest_helper.cc
diff --git a/logging/rtc_event_log/rtc_event_log_unittest_helper.cc b/logging/rtc_event_log/rtc_event_log_unittest_helper.cc
index 972411a83620e1c435ab4b2e96d0672109bd483d..3428f7c1976f2bc9c50b40d748acc3a2c31adb77 100644
--- a/logging/rtc_event_log/rtc_event_log_unittest_helper.cc
+++ b/logging/rtc_event_log/rtc_event_log_unittest_helper.cc
@@ -214,6 +214,7 @@ void RtcEventLogTestHelper::VerifyVideoReceiveStreamConfig(
ASSERT_TRUE(codec_found != config.codecs.end());
EXPECT_EQ(rtx_config.rtx_payload_type(), codec_found->rtx_payload_type);
}
+#if 0
// Check header extensions.
ASSERT_EQ(static_cast<int>(config.rtp_extensions.size()),
receiver_config.header_extensions_size());
@@ -225,6 +226,7 @@ void RtcEventLogTestHelper::VerifyVideoReceiveStreamConfig(
EXPECT_EQ(config.rtp_extensions[i].id, id);
EXPECT_EQ(config.rtp_extensions[i].uri, name);
}
+#endif
// Check decoders.
ASSERT_EQ(static_cast<int>(config.codecs.size()),
receiver_config.decoders_size());
« no previous file with comments | « logging/rtc_event_log/rtc_event_log_unittest.cc ('k') | media/base/mediachannel.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698