Change clip_name -> clip_path in VideoQualityTestFixture::Params::Video.

This allows external users of this test fixture to specify a custom
path, rather than just a custom file name.

Bug: webrtc:10349
Change-Id: I84e886c8bc28583017ce9ed7b9e7ee6a8e95730f
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/126227
Reviewed-by: Karl Wiberg <kwiberg@webrtc.org>
Reviewed-by: Åsa Persson <asapersson@webrtc.org>
Commit-Queue: Rasmus Brandt <brandtr@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#27033}
This commit is contained in:
Rasmus Brandt
2019-03-08 10:26:37 +01:00
committed by Commit Bot
parent 159e53a66e
commit 184f6d5d75
4 changed files with 247 additions and 129 deletions

View File

@ -57,7 +57,7 @@ class VideoQualityTestFixtureInterface {
bool ulpfec;
bool flexfec;
bool automatic_scaling;
std::string clip_name; // "Generator" to generate frames instead.
std::string clip_path; // "Generator" to generate frames instead.
size_t capture_device_index;
SdpVideoFormat::Parameters sdp_params;
double encoder_overshoot_factor;