Clean away use of RtpAudioFeedback interface from RTP/RTCP sender code.

BUG=webrtc:4690

Review URL: https://codereview.webrtc.org/1803923003

Cr-Commit-Position: refs/heads/master@{#12003}
This commit is contained in:
solenberg
2016-03-15 11:41:53 -07:00
committed by Commit bot
parent 6baec0351a
commit 6021fe2b1e
13 changed files with 10 additions and 51 deletions

View File

@ -106,7 +106,6 @@ class RtpRtcpAudioTest : public ::testing::Test {
configuration.clock = &fake_clock;
configuration.receive_statistics = receive_statistics1_.get();
configuration.outgoing_transport = transport1;
configuration.audio_messages = audioFeedback;
module1 = RtpRtcp::CreateRtpRtcp(configuration);
rtp_receiver1_.reset(RtpReceiver::CreateAudioReceiver(
@ -115,7 +114,6 @@ class RtpRtcpAudioTest : public ::testing::Test {
configuration.receive_statistics = receive_statistics2_.get();
configuration.outgoing_transport = transport2;
configuration.audio_messages = audioFeedback;
module2 = RtpRtcp::CreateRtpRtcp(configuration);
rtp_receiver2_.reset(RtpReceiver::CreateAudioReceiver(