Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(46)

Unified Diff: webrtc/media/base/capturemanager.h

Issue 1733673002: Removed unused cricket::VideoCapturer methods (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Fixed thread checker for android. SetCaptureFormat is called on the thread where the capturer is cr… Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « webrtc/api/videosource.cc ('k') | webrtc/media/base/capturemanager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/media/base/capturemanager.h
diff --git a/webrtc/media/base/capturemanager.h b/webrtc/media/base/capturemanager.h
index 93f8e18610d52018b83c7dd6cb2f0b5b658a5402..9445f27cf3db14ab9199a91d9b8e06fee3648c1a 100644
--- a/webrtc/media/base/capturemanager.h
+++ b/webrtc/media/base/capturemanager.h
@@ -53,15 +53,6 @@ class CaptureManager : public sigslot::has_slots<> {
virtual bool StopVideoCapture(VideoCapturer* video_capturer,
const VideoFormat& format);
- // Possibly restarts the capturer. If |options| is set to kRequestRestart,
- // the CaptureManager chooses whether this request can be handled with the
- // current state or if a restart is actually needed. If |options| is set to
- // kForceRestart, the capturer is restarted.
- virtual bool RestartVideoCapture(VideoCapturer* video_capturer,
- const VideoFormat& previous_format,
- const VideoFormat& desired_format,
- RestartOptions options);
-
virtual void AddVideoSink(VideoCapturer* video_capturer,
rtc::VideoSinkInterface<VideoFrame>* sink);
virtual void RemoveVideoSink(VideoCapturer* video_capturer,
« no previous file with comments | « webrtc/api/videosource.cc ('k') | webrtc/media/base/capturemanager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698