Clean away use of RtpAudioFeedback interface from RTP/RTCP receiver code.
BUG=webrtc:4690 Review URL: https://codereview.webrtc.org/1802993002 Cr-Commit-Position: refs/heads/master@{#12015}
This commit is contained in:
@ -97,7 +97,7 @@ class RtpRtcpAPITest : public ::testing::Test {
|
||||
rtp_payload_registry_.reset(new RTPPayloadRegistry(
|
||||
RTPPayloadStrategy::CreateStrategy(true)));
|
||||
rtp_receiver_.reset(RtpReceiver::CreateAudioReceiver(
|
||||
&fake_clock_, NULL, NULL, NULL, rtp_payload_registry_.get()));
|
||||
&fake_clock_, NULL, NULL, rtp_payload_registry_.get()));
|
||||
}
|
||||
|
||||
rtc::scoped_ptr<RTPPayloadRegistry> rtp_payload_registry_;
|
||||
|
||||
Reference in New Issue
Block a user