Remove RTP data implementation
Bug: webrtc:6625 Change-Id: Ie68d7a938d8b7be95a01cca74a176104e4e44e1b Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/215321 Reviewed-by: Henrik Boström <hbos@webrtc.org> Commit-Queue: Harald Alvestrand <hta@webrtc.org> Cr-Commit-Position: refs/heads/master@{#33759}
This commit is contained in:
committed by
Commit Bot
parent
f981cb3d2e
commit
7af57c6e48
@ -84,7 +84,6 @@ class RtpTransceiverUnifiedPlanTest : public ::testing::Test {
|
||||
RtpTransceiverUnifiedPlanTest()
|
||||
: channel_manager_(cricket::ChannelManager::Create(
|
||||
std::make_unique<cricket::FakeMediaEngine>(),
|
||||
std::make_unique<cricket::FakeDataEngine>(),
|
||||
false,
|
||||
rtc::Thread::Current(),
|
||||
rtc::Thread::Current())),
|
||||
@ -121,7 +120,6 @@ class RtpTransceiverTestForHeaderExtensions : public ::testing::Test {
|
||||
RtpTransceiverTestForHeaderExtensions()
|
||||
: channel_manager_(cricket::ChannelManager::Create(
|
||||
std::make_unique<cricket::FakeMediaEngine>(),
|
||||
std::make_unique<cricket::FakeDataEngine>(),
|
||||
false,
|
||||
rtc::Thread::Current(),
|
||||
rtc::Thread::Current())),
|
||||
|
||||
Reference in New Issue
Block a user