Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(205)

Unified Diff: webrtc/test/call_test.cc

Issue 2705603002: Fixes a bug where a video stream can get stuck in the suspended state. (Closed)
Patch Set: . Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: webrtc/test/call_test.cc
diff --git a/webrtc/test/call_test.cc b/webrtc/test/call_test.cc
index 833e53c4652288b3a268103432c07214876d08d5..68d6857e29d7208d85a8af114227b5fb951b25f9 100644
--- a/webrtc/test/call_test.cc
+++ b/webrtc/test/call_test.cc
@@ -215,7 +215,7 @@ void CallTest::CreateSendConfig(size_t num_video_streams,
audio_send_config_.voe_channel_id = voe_send_.channel_id;
audio_send_config_.rtp.ssrc = kAudioSendSsrc;
audio_send_config_.send_codec_spec.codec_inst =
- CodecInst{kAudioSendPayloadType, "ISAC", 16000, 480, 1, 32000};
+ CodecInst{kAudioSendPayloadType, "OPUS", 48000, 960, 2, 64000};
}
// TODO(brandtr): Update this when we support multistream protection.

Powered by Google App Engine
This is Rietveld 408576698