Remove Soundclip handling from libjingle.

BUG=
R=pthatcher@webrtc.org

Review URL: https://webrtc-codereview.appspot.com/51009004

Cr-Commit-Position: refs/heads/master@{#9216}
This commit is contained in:
Fredrik Solenberg
2015-05-19 11:37:56 +02:00
parent 1ab67aef80
commit ccb49e79fd
17 changed files with 15 additions and 514 deletions

View File

@@ -215,7 +215,6 @@ TEST_F(FileMediaEngineTest, TestDefaultImplementation) {
EXPECT_EQ(0, engine_->GetCapabilities());
EXPECT_TRUE(NULL == voice_channel_.get());
EXPECT_TRUE(NULL == video_channel_.get());
EXPECT_TRUE(NULL == engine_->CreateSoundclip());
cricket::AudioOptions audio_options;
EXPECT_TRUE(engine_->SetAudioOptions(audio_options));
VideoEncoderConfig video_encoder_config;