Remove VideoGeneratorType from pc framework test api.
VideoGeneratorType wasn't deleted in https://webrtc-review.googlesource.com/c/src/+/174541 Bug: webrtc:11534 Change-Id: I3e631240dc0b28a53e62b65e3dd094b5773fac2c Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/174721 Reviewed-by: Artem Titov <titovartem@webrtc.org> Reviewed-by: Karl Wiberg <kwiberg@webrtc.org> Commit-Queue: Andrey Logvin <landrey@webrtc.org> Cr-Commit-Position: refs/heads/master@{#31228}
This commit is contained in:
parent
72b74997ce
commit
b856dc1556
@ -117,8 +117,6 @@ class PeerConnectionE2EQualityTestFixture {
|
||||
std::vector<std::string> slides_yuv_file_names;
|
||||
};
|
||||
|
||||
enum VideoGeneratorType { kDefault, kI420A, kI010 };
|
||||
|
||||
// Config for Vp8 simulcast or Vp9 SVC testing.
|
||||
//
|
||||
// SVC support is limited:
|
||||
|
||||
@ -26,8 +26,6 @@ using VideoConfig =
|
||||
::webrtc::webrtc_pc_e2e::PeerConnectionE2EQualityTestFixture::VideoConfig;
|
||||
using AudioConfig =
|
||||
::webrtc::webrtc_pc_e2e::PeerConnectionE2EQualityTestFixture::AudioConfig;
|
||||
using VideoGeneratorType = ::webrtc::webrtc_pc_e2e::
|
||||
PeerConnectionE2EQualityTestFixture::VideoGeneratorType;
|
||||
|
||||
} // namespace
|
||||
|
||||
|
||||
@ -23,8 +23,6 @@ namespace {
|
||||
using AudioConfig = PeerConnectionE2EQualityTestFixture::AudioConfig;
|
||||
using VideoConfig = PeerConnectionE2EQualityTestFixture::VideoConfig;
|
||||
using RunParams = PeerConnectionE2EQualityTestFixture::RunParams;
|
||||
using VideoGeneratorType =
|
||||
PeerConnectionE2EQualityTestFixture::VideoGeneratorType;
|
||||
using VideoCodecConfig = PeerConnectionE2EQualityTestFixture::VideoCodecConfig;
|
||||
|
||||
// List of default names of generic participants according to
|
||||
|
||||
@ -41,8 +41,6 @@ namespace webrtc_pc_e2e {
|
||||
class PeerConnectionE2EQualityTest
|
||||
: public PeerConnectionE2EQualityTestFixture {
|
||||
public:
|
||||
using VideoGeneratorType =
|
||||
PeerConnectionE2EQualityTestFixture::VideoGeneratorType;
|
||||
using RunParams = PeerConnectionE2EQualityTestFixture::RunParams;
|
||||
using VideoConfig = PeerConnectionE2EQualityTestFixture::VideoConfig;
|
||||
using VideoSimulcastConfig =
|
||||
|
||||
@ -38,8 +38,6 @@ using VideoConfig =
|
||||
webrtc_pc_e2e::PeerConnectionE2EQualityTestFixture::VideoConfig;
|
||||
using AudioConfig =
|
||||
webrtc_pc_e2e::PeerConnectionE2EQualityTestFixture::AudioConfig;
|
||||
using VideoGeneratorType =
|
||||
webrtc_pc_e2e::PeerConnectionE2EQualityTestFixture::VideoGeneratorType;
|
||||
using ScreenShareConfig =
|
||||
webrtc_pc_e2e::PeerConnectionE2EQualityTestFixture::ScreenShareConfig;
|
||||
using VideoSimulcastConfig =
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user