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

Unified Diff: webrtc/test/call_test.cc

Issue 2593963003: Revert "Revert of Parse FlexFEC RTP headers in Call and add integration with BWE. (patchset #17 id:… (Closed)
Patch Set: Enable RTP header extensions for FlexFEC in tests. Created 4 years 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 | « webrtc/modules/rtp_rtcp/source/rtp_packet.cc ('k') | webrtc/test/fuzzers/flexfec_receiver_fuzzer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/test/call_test.cc
diff --git a/webrtc/test/call_test.cc b/webrtc/test/call_test.cc
index ed8a18102a57c2a43fb5ace98c030afeeb7c6fc9..84bfab625a5bf75f0f867027649d4aac89658341 100644
--- a/webrtc/test/call_test.cc
+++ b/webrtc/test/call_test.cc
@@ -279,6 +279,8 @@ void CallTest::CreateMatchingReceiveConfigs(Transport* rtcp_send_transport) {
config.payload_type = kFlexfecPayloadType;
config.remote_ssrc = kFlexfecSendSsrc;
config.protected_media_ssrcs = {kVideoSendSsrcs[0]};
+ for (const RtpExtension& extension : video_send_config_.rtp.extensions)
+ config.rtp_header_extensions.push_back(extension);
flexfec_receive_configs_.push_back(config);
}
}
« no previous file with comments | « webrtc/modules/rtp_rtcp/source/rtp_packet.cc ('k') | webrtc/test/fuzzers/flexfec_receiver_fuzzer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698