Set screenshare.enabled parameter to false when running video_loopback test.

BUG=none

Review-Url: https://codereview.webrtc.org/2413523003
Cr-Commit-Position: refs/heads/master@{#14606}
This commit is contained in:
asapersson
2016-10-11 16:20:33 -07:00
committed by Commit bot
parent c6ca544295
commit 3ec3da6fc2

View File

@ -253,6 +253,7 @@ void Loopback() {
flags::EncodedFramePath(),
call_bitrate_config};
params.video = {flags::Clip()};
params.screenshare.enabled = false;
params.analyzer = {"video", 0.0, 0.0, flags::DurationSecs(),
flags::OutputFilename(), flags::GraphTitle()};
params.pipe = pipe_config;