Delete class webrtc::VideoRenderer and its header file.

To replace the SmoothsRenderedFrames method, added a corresponding
flag to VideoReceiveStream::Config instead.

BUG=webrtc:5426

Review URL: https://codereview.webrtc.org/1818023002

Cr-Commit-Position: refs/heads/master@{#12102}
This commit is contained in:
nisse
2016-03-23 04:48:10 -07:00
committed by Commit bot
parent 1509fa1aa9
commit 7ade7b3282
19 changed files with 56 additions and 83 deletions

View File

@ -75,7 +75,7 @@ class CallPerfTest : public test::CallTest {
};
class VideoRtcpAndSyncObserver : public test::RtpRtcpObserver,
public VideoRenderer {
public rtc::VideoSinkInterface<VideoFrame> {
static const int kInSyncThresholdMs = 50;
static const int kStartupTimeMs = 2000;
static const int kMinRunTimeMs = 30000;
@ -346,7 +346,7 @@ void CallPerfTest::TestCaptureNtpTime(const FakeNetworkPipe::Config& net_config,
int start_time_ms,
int run_time_ms) {
class CaptureNtpTimeObserver : public test::EndToEndTest,
public VideoRenderer {
public rtc::VideoSinkInterface<VideoFrame> {
public:
CaptureNtpTimeObserver(const FakeNetworkPipe::Config& net_config,
int threshold_ms,