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:
parent
f1134e4565
commit
aa220bf568
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user