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

Unified Diff: call/flexfec_receive_stream_unittest.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 | « call/flexfec_receive_stream_impl.cc ('k') | call/rampup_tests.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: call/flexfec_receive_stream_unittest.cc
diff --git a/call/flexfec_receive_stream_unittest.cc b/call/flexfec_receive_stream_unittest.cc
index 21dbeb7609d6c7e2adf0a9793bae9b70c174ded2..82db5bfd65a41f49ca3a20964fc7bc5f0f722f63 100644
--- a/call/flexfec_receive_stream_unittest.cc
+++ b/call/flexfec_receive_stream_unittest.cc
@@ -63,7 +63,9 @@ TEST(FlexfecReceiveStreamConfigTest, IsCompleteAndEnabled) {
config.local_ssrc = 18374743;
config.rtcp_mode = RtcpMode::kCompound;
config.transport_cc = true;
+#if 0
config.rtp_header_extensions.emplace_back(TransportSequenceNumber::kUri, 7);
+#endif
EXPECT_FALSE(config.IsCompleteAndEnabled());
config.payload_type = 123;
« no previous file with comments | « call/flexfec_receive_stream_impl.cc ('k') | call/rampup_tests.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698