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

Unified Diff: webrtc/call/flexfec_receive_stream_unittest.cc

Issue 2826263004: Move responsibility for RTP header extensions on video receive. (Closed)
Patch Set: Created 3 years, 8 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
Index: webrtc/call/flexfec_receive_stream_unittest.cc
diff --git a/webrtc/call/flexfec_receive_stream_unittest.cc b/webrtc/call/flexfec_receive_stream_unittest.cc
index 46bd7c382cd2e920e2853404b88ac9f3e491f7a6..9c1060396bdf0b80720466709910da8bc99ae8a0 100644
--- a/webrtc/call/flexfec_receive_stream_unittest.cc
+++ b/webrtc/call/flexfec_receive_stream_unittest.cc
@@ -57,7 +57,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;

Powered by Google App Engine
This is Rietveld 408576698