summaryrefslogtreecommitdiff
path: root/video_send_stream.h
diff options
context:
space:
mode:
authorpbos@webrtc.org <pbos@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d>2014-05-23 13:03:45 +0000
committerpbos@webrtc.org <pbos@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d>2014-05-23 13:03:45 +0000
commitc78d40d6dd3dad0bd06535141db6e5e63f16dc7a (patch)
tree9e33740d246144e27f58c8ca57aecbb67a6bb550 /video_send_stream.h
parentf3f2dba8abe750f7649fd3d8567847b0076f834a (diff)
downloadwebrtc-c78d40d6dd3dad0bd06535141db6e5e63f16dc7a.tar.gz
Revert "Revert "Remove VideoSendStreamInput::PutFrame.""
This reverts commit r6230 to re-land r6229. ViECapturer::SwapFrame now resets timestamps. BUG= R=stefan@webrtc.org TBR=mflodman@webrtc.org Review URL: https://webrtc-codereview.appspot.com/13529004 git-svn-id: http://webrtc.googlecode.com/svn/trunk/webrtc@6231 4adac7df-926f-26a2-2b94-8c16560cd09d
Diffstat (limited to 'video_send_stream.h')
-rw-r--r--video_send_stream.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/video_send_stream.h b/video_send_stream.h
index 1a94121d..87c0dac9 100644
--- a/video_send_stream.h
+++ b/video_send_stream.h
@@ -29,7 +29,6 @@ class VideoSendStreamInput {
// These methods do not lock internally and must be called sequentially.
// If your application switches input sources synchronization must be done
// externally to make sure that any old frames are not delivered concurrently.
- virtual void PutFrame(const I420VideoFrame& video_frame) = 0;
virtual void SwapFrame(I420VideoFrame* video_frame) = 0;
protected: