Add FlexFEC to CallTest.

This is needed for the following coming tests: VideoSendStream, end-to-end,
full stack, and video_loopback.

BUG=webrtc:5654

Review-Url: https://codereview.webrtc.org/2500943002
Cr-Commit-Position: refs/heads/master@{#15087}
This commit is contained in:
brandtr
2016-11-15 07:10:52 -08:00
committed by Commit bot
parent 985d280b46
commit 841de6a47e
7 changed files with 99 additions and 25 deletions

View File

@ -213,7 +213,7 @@ void CallPerfTest::TestAudioVideoSync(FecMode fec,
test::FakeDecoder fake_decoder;
CreateSendConfig(1, 0, &video_send_transport);
CreateSendConfig(1, 0, 0, &video_send_transport);
CreateMatchingReceiveConfigs(&receive_transport);
AudioSendStream::Config audio_send_config(&audio_send_transport);