From 92159dc3ad5f9b45f453034ecee58274d949988f Mon Sep 17 00:00:00 2001 From: Artem Titov Date: Tue, 5 Jul 2022 14:56:46 +0200 Subject: [PATCH] [PCLF] Remove references to the old location of VideoQualityAnalyzerInterface MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bug: None Change-Id: Ie14e6c279f268f76061fbc3ead1ae7b5febd3b9c Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/267824 Commit-Queue: Artem Titov Reviewed-by: Henrik Boström Cr-Commit-Position: refs/heads/main@{#37463} --- api/test/video_quality_analyzer_interface.h | 6 ------ pc/test/svc_e2e_tests.cc | 2 +- test/pc/e2e/g3doc/default_video_quality_analyzer.md | 2 +- 3 files changed, 2 insertions(+), 8 deletions(-) diff --git a/api/test/video_quality_analyzer_interface.h b/api/test/video_quality_analyzer_interface.h index 91ecbc8a6c..49f4dd1ff3 100644 --- a/api/test/video_quality_analyzer_interface.h +++ b/api/test/video_quality_analyzer_interface.h @@ -156,12 +156,6 @@ class VideoQualityAnalyzerInterface virtual std::string GetStreamLabel(uint16_t frame_id) = 0; }; -namespace webrtc_pc_e2e { - -// Temporary alias to make downstream projects able to migrate. -using VideoQualityAnalyzerInterface = ::webrtc::VideoQualityAnalyzerInterface; - -} // namespace webrtc_pc_e2e } // namespace webrtc #endif // API_TEST_VIDEO_QUALITY_ANALYZER_INTERFACE_H_ diff --git a/pc/test/svc_e2e_tests.cc b/pc/test/svc_e2e_tests.cc index 993d18bbfc..f023002caf 100644 --- a/pc/test/svc_e2e_tests.cc +++ b/pc/test/svc_e2e_tests.cc @@ -80,7 +80,7 @@ CreateTestFixture(absl::string_view test_case_name, EmulatedNetworkManagerInterface*> network_links, rtc::FunctionView alice_configurer, rtc::FunctionView bob_configurer, - std::unique_ptr + std::unique_ptr video_quality_analyzer = nullptr) { auto fixture = webrtc_pc_e2e::CreatePeerConnectionE2EQualityTestFixture( std::string(test_case_name), time_controller, nullptr, diff --git a/test/pc/e2e/g3doc/default_video_quality_analyzer.md b/test/pc/e2e/g3doc/default_video_quality_analyzer.md index 532226e350..ed182d833d 100644 --- a/test/pc/e2e/g3doc/default_video_quality_analyzer.md +++ b/test/pc/e2e/g3doc/default_video_quality_analyzer.md @@ -10,7 +10,7 @@ This document is for users of ## Overview `DefaultVideoQualityAnalyzer` implements -[`webrtc::webrtc_pc_e2e::VideoQualityAnalyzerInterface`][2] and is a main +[`webrtc::VideoQualityAnalyzerInterface`][2] and is a main implementation of video quality analyzer for WebRTC. To operate correctly it requires to receive video frame on each step: