Set SingleStream BWE in unittests.

TEST=trybots

Review URL: https://webrtc-codereview.appspot.com/1094004

git-svn-id: http://webrtc.googlecode.com/svn/trunk@3494 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
stefan@webrtc.org
2013-02-11 08:30:23 +00:00
parent 63066f7200
commit 0cb48a0a18
5 changed files with 15 additions and 15 deletions

View File

@ -173,7 +173,7 @@ class RtcpReceiverTest : public ::testing::Test {
remote_bitrate_estimator_(
RemoteBitrateEstimator::Create(
over_use_detector_options_,
RemoteBitrateEstimator::kMultiStreamEstimation,
RemoteBitrateEstimator::kSingleStreamEstimation,
&remote_bitrate_observer_,
&system_clock_)) {
test_transport_ = new TestTransport();