Chromium Code Reviews

Unified Diff: webrtc/voice_engine/test/auto_test/standard/codec_before_streaming_test.cc

Issue 2772043002: Revert of WebRtcVoiceMediaChannel::AddRecvStream: Don't call SetRecPayloadType (Closed)
Patch Set: Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « webrtc/voice_engine/test/auto_test/fixtures/after_streaming_fixture.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/voice_engine/test/auto_test/standard/codec_before_streaming_test.cc
diff --git a/webrtc/voice_engine/test/auto_test/standard/codec_before_streaming_test.cc b/webrtc/voice_engine/test/auto_test/standard/codec_before_streaming_test.cc
index d9a5e2b794970ba019154e7f2fb3a57e63be3cf9..a733b12705c46af7a093a038db6786ae66f8ff7d 100644
--- a/webrtc/voice_engine/test/auto_test/standard/codec_before_streaming_test.cc
+++ b/webrtc/voice_engine/test/auto_test/standard/codec_before_streaming_test.cc
@@ -8,9 +8,7 @@
* be found in the AUTHORS file in the root of the source tree.
*/
-#include "webrtc/voice_engine/channel_proxy.h"
#include "webrtc/voice_engine/test/auto_test/fixtures/after_initialization_fixture.h"
-#include "webrtc/voice_engine/voice_engine_impl.h"
class CodecBeforeStreamingTest : public AfterInitializationFixture {
protected:
@@ -21,9 +19,6 @@
codec_instance_.pacsize = 480;
channel_ = voe_base_->CreateChannel();
- static_cast<webrtc::VoiceEngineImpl*>(voice_engine_)
- ->GetChannelProxy(channel_)
- ->RegisterLegacyCodecs();
}
void TearDown() {
« no previous file with comments | « webrtc/voice_engine/test/auto_test/fixtures/after_streaming_fixture.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine