aboutsummaryrefslogtreecommitdiff
path: root/test/test_video_capturer.h
diff options
context:
space:
mode:
authorNiels Möller <nisse@webrtc.org>2018-12-14 13:35:32 +0100
committerCommit Bot <commit-bot@chromium.org>2018-12-18 09:29:52 +0000
commit8eeccbe6a67105b3334f48eb47b463d75d06a255 (patch)
tree9e67bb18f6ec0bba8ebd328f48a8ea5c2ae49f63 /test/test_video_capturer.h
parent41f3a43c74dc30512dca755b8cfa45e2b6ff452c (diff)
downloadwebrtc-8eeccbe6a67105b3334f48eb47b463d75d06a255.tar.gz
Delete Start and Stop methods from TestVideoCapturer.
Preparation for replacing use of TestVideoCapturer as an interface, instead using VideoSourceInterface. Methods kept as non-virtual on the subclass FrameGeneratorCapturer, but it's changed to be started on creation. Bug: webrtc:6353 Change-Id: Iae1c9a0ee55d730d4992204f62227ef2f057d58e Reviewed-on: https://webrtc-review.googlesource.com/c/114425 Reviewed-by: Sebastian Jansson <srte@webrtc.org> Reviewed-by: Erik Språng <sprang@webrtc.org> Reviewed-by: Steve Anton <steveanton@webrtc.org> Reviewed-by: Per Kjellander <perkj@webrtc.org> Commit-Queue: Niels Moller <nisse@webrtc.org> Cr-Commit-Position: refs/heads/master@{#26037}
Diffstat (limited to 'test/test_video_capturer.h')
-rw-r--r--test/test_video_capturer.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/test/test_video_capturer.h b/test/test_video_capturer.h
index 4611429ee3..93b3e8f2d8 100644
--- a/test/test_video_capturer.h
+++ b/test/test_video_capturer.h
@@ -34,9 +34,6 @@ class TestVideoCapturer : public rtc::VideoSourceInterface<VideoFrame> {
TestVideoCapturer();
virtual ~TestVideoCapturer();
- virtual void Start() = 0;
- virtual void Stop() = 0;
-
void AddOrUpdateSink(rtc::VideoSinkInterface<VideoFrame>* sink,
const rtc::VideoSinkWants& wants) override;