Skip to content

Commit

Permalink
[DVQA] Remove old API aliases
Browse files Browse the repository at this point in the history
Bug: b/196348200
Change-Id: I56a86e9044363be217900746f54798fb05739ed4
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/229862
Reviewed-by: Mirko Bonadei <[email protected]>
Commit-Queue: Artem Titov <[email protected]>
Cr-Commit-Position: refs/heads/main@{#34837}
  • Loading branch information
titov-artem authored and WebRTC LUCI CQ committed Aug 24, 2021
1 parent 623d92c commit f1e9061
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 18 deletions.
6 changes: 0 additions & 6 deletions test/pc/e2e/analyzer/video/default_video_quality_analyzer.h
Original file line number Diff line number Diff line change
Expand Up @@ -368,12 +368,6 @@ class DefaultVideoQualityAnalyzer : public VideoQualityAnalyzerInterface {
DefaultVideoQualityAnalyzerFramesComparator frames_comparator_;
};

namespace webrtc_pc_e2e {

// Temporary alias to make downstream projects able to migrate.
using DefaultVideoQualityAnalyzer = ::webrtc::DefaultVideoQualityAnalyzer;

} // namespace webrtc_pc_e2e
} // namespace webrtc

#endif // TEST_PC_E2E_ANALYZER_VIDEO_DEFAULT_VIDEO_QUALITY_ANALYZER_H_
Original file line number Diff line number Diff line change
Expand Up @@ -198,18 +198,6 @@ struct DefaultVideoQualityAnalyzerOptions {
bool enable_receive_own_stream = false;
};

namespace webrtc_pc_e2e {

// Temporary alias to make downstream projects able to migrate.
using FrameCounters = ::webrtc::FrameCounters;
using StreamCodecInfo = ::webrtc::StreamCodecInfo;
using StreamStats = ::webrtc::StreamStats;
using AnalyzerStats = ::webrtc::AnalyzerStats;
using StatsKey = ::webrtc::StatsKey;
using DefaultVideoQualityAnalyzerOptions =
::webrtc::DefaultVideoQualityAnalyzerOptions;

} // namespace webrtc_pc_e2e
} // namespace webrtc

#endif // TEST_PC_E2E_ANALYZER_VIDEO_DEFAULT_VIDEO_QUALITY_ANALYZER_SHARED_OBJECTS_H_

0 comments on commit f1e9061

Please sign in to comment.