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
This commit is contained in:
stefan@webrtc.org 2012-10-19 15:36:04 +00:00
parent f1134e4565
commit aa220bf568

View File

@ -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);