summaryrefslogtreecommitdiffstats
path: root/remoting/remoting.gyp
diff options
context:
space:
mode:
authorsergeyu <sergeyu@chromium.org>2016-01-08 18:11:48 -0800
committerCommit bot <commit-bot@chromium.org>2016-01-09 02:12:45 +0000
commit5b105ebfe8dc4a5e11bfa8fe56aa3f544eeae902 (patch)
treecac529442ade3c53df0e7bb37bea3797daa3e078 /remoting/remoting.gyp
parent9e5ca6716a7d19b8f605c256251b80a6ae49eaa0 (diff)
downloadchromium_src-5b105ebfe8dc4a5e11bfa8fe56aa3f544eeae902.zip
chromium_src-5b105ebfe8dc4a5e11bfa8fe56aa3f544eeae902.tar.gz
chromium_src-5b105ebfe8dc4a5e11bfa8fe56aa3f544eeae902.tar.bz2
Faster YUV conversion in WebrtcVideoCapturerAdapter.
WebrtcVideoCapturerAdapter was previously relying on cricket::VideoCapturer for YUV conversion, which was also resizing the frames, but that's not desired. Now it's responsible for YUV conversion, which also allows to optimize it by coverting only parts of the screen that are changing. Also fixed WebrtcVideoCapturerAdapter to avoid multiple simultaneous capture requests, which was causing assert failure in DesktopCapturer. BUG=547158 Review URL: https://codereview.chromium.org/1574543002 Cr-Commit-Position: refs/heads/master@{#368508}
Diffstat (limited to 'remoting/remoting.gyp')
-rw-r--r--remoting/remoting.gyp1
1 files changed, 1 insertions, 0 deletions
diff --git a/remoting/remoting.gyp b/remoting/remoting.gyp
index 93cd084..b645eff 100644
--- a/remoting/remoting.gyp
+++ b/remoting/remoting.gyp
@@ -237,6 +237,7 @@
'../net/net.gyp:net',
'../third_party/expat/expat.gyp:expat',
'../third_party/libjingle/libjingle.gyp:libjingle',
+ '../third_party/libyuv/libyuv.gyp:libyuv',
'remoting_base',
],
'export_dependent_settings': [