From aa220bf5681418e31a906e464d567f98e24da942 Mon Sep 17 00:00:00 2001 From: "stefan@webrtc.org" Date: Fri, 19 Oct 2012 15:36:04 +0000 Subject: [PATCH] Disable multi-stream BWE until send-side timing issues have been fixed. BUG= Review URL: https://webrtc-codereview.appspot.com/918004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@2955 4adac7df-926f-26a2-2b94-8c16560cd09d --- src/video_engine/vie_channel_manager.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/video_engine/vie_channel_manager.cc b/src/video_engine/vie_channel_manager.cc index a6b17eb26..9fabd8d41 100644 --- a/src/video_engine/vie_channel_manager.cc +++ b/src/video_engine/vie_channel_manager.cc @@ -39,7 +39,7 @@ ViEChannelManager::ViEChannelManager( voice_engine_(NULL), module_process_thread_(NULL), over_use_detector_options_(options), - bwe_mode_(RemoteBitrateEstimator::kMultiStreamEstimation) { + bwe_mode_(RemoteBitrateEstimator::kSingleStreamEstimation) { WEBRTC_TRACE(kTraceMemory, kTraceVideo, ViEId(engine_id), "ViEChannelManager::ViEChannelManager(engine_id: %d)", engine_id);