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

Unified Diff: video/video_send_stream_tests.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 | « video/video_quality_test.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: video/video_send_stream_tests.cc
diff --git a/video/video_send_stream_tests.cc b/video/video_send_stream_tests.cc
index faf47c7ffab847defa7b54fbf4fe001e645fd833..5a043635446cd56f5a65ae3deefe416d5baeb8df 100644
--- a/video/video_send_stream_tests.cc
+++ b/video/video_send_stream_tests.cc
@@ -1520,7 +1520,9 @@ TEST_F(VideoSendStreamTest, ChangingNetworkRoute) {
send_config->rtp.extensions.clear();
send_config->rtp.extensions.push_back(RtpExtension(
RtpExtension::kTransportSequenceNumberUri, kExtensionId));
+#if 0
(*receive_configs)[0].rtp.extensions = send_config->rtp.extensions;
+#endif
(*receive_configs)[0].rtp.transport_cc = true;
}
« no previous file with comments | « video/video_quality_test.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698