summaryrefslogtreecommitdiff
path: root/webrtc.gyp
diff options
context:
space:
mode:
authorpbos@webrtc.org <pbos@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d>2013-12-11 16:26:16 +0000
committerpbos@webrtc.org <pbos@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d>2013-12-11 16:26:16 +0000
commitc33d37ce205e22c0e090b0b285ed963686bf24dc (patch)
treed1879338d9681f4c126772e57c49df61912f089d /webrtc.gyp
parentffea4ce3293491d03015cd89b0b351de8769b3f2 (diff)
downloadwebrtc-c33d37ce205e22c0e090b0b285ed963686bf24dc.tar.gz
Add SwapFrame() to VideoSendStreamInput.
Optionally prevents doing a frame copy when putting frames into a VideoSendStream. PutFrame() is still there, which copies the frame. Also removes time_since_capture_ms as a parameter, since I420VideoFrame::render_time_ms() denotes when the frame was captured. BUG=2657 R=mflodman@webrtc.org Review URL: https://webrtc-codereview.appspot.com/5119004 git-svn-id: http://webrtc.googlecode.com/svn/trunk/webrtc@5265 4adac7df-926f-26a2-2b94-8c16560cd09d
Diffstat (limited to 'webrtc.gyp')
-rw-r--r--webrtc.gyp1
1 files changed, 1 insertions, 0 deletions
diff --git a/webrtc.gyp b/webrtc.gyp
index 7da4433c..ed101b66 100644
--- a/webrtc.gyp
+++ b/webrtc.gyp
@@ -39,6 +39,7 @@
'conditions': [
['include_tests==1', {
'dependencies': [
+ 'common_video/common_video_unittests.gyp:*',
'system_wrappers/source/system_wrappers_tests.gyp:*',
'test/metrics.gyp:*',
'test/test.gyp:*',