Removing FEC functionality from the default RTP module.
This CL removes the last default module methods used from ViEEncoder and the default module itself will be removed in a separate CL. BUG=769 R=stefan@webrtc.org Review URL: https://webrtc-codereview.appspot.com/35309004 Cr-Commit-Position: refs/heads/master@{#8505} git-svn-id: http://webrtc.googlecode.com/svn/trunk@8505 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
@ -86,7 +86,8 @@ class RtcpReceiverTest : public ::testing::Test {
|
||||
configuration.outgoing_transport = test_transport_;
|
||||
configuration.remote_bitrate_estimator = remote_bitrate_estimator_.get();
|
||||
rtp_rtcp_impl_ = new ModuleRtpRtcpImpl(configuration);
|
||||
rtcp_receiver_ = new RTCPReceiver(0, &system_clock_, NULL, rtp_rtcp_impl_);
|
||||
rtcp_receiver_ = new RTCPReceiver(0, &system_clock_, NULL, NULL, NULL,
|
||||
rtp_rtcp_impl_);
|
||||
test_transport_->SetRTCPReceiver(rtcp_receiver_);
|
||||
}
|
||||
~RtcpReceiverTest() {
|
||||
|
||||
Reference in New Issue
Block a user