commit | 9e69dfdfd5f38cdbd335280fb158a6e2a11a65d6 | [log] [tgz] |
---|---|---|
author | magjed <magjed@webrtc.org> | Fri Feb 26 15:45:44 2016 |
committer | Commit bot <commit-bot@chromium.org> | Fri Feb 26 15:45:50 2016 |
tree | aa7d922ba30b11f4a5affc73bb683c318d9086f5 | |
parent | 54ebfca9346f0881a7ef2c8511e7c851ca81942d [diff] |
Java SurfaceTextureHelper: Remove support for external thread Currently, VideoCapturerAndroid owns a dedicated tread, and SurfaceTextureHelper get this thread passed in the ctor. In VideoCapturerAndroid.dispose(), ownership of the thread is passed to SurfaceTextureHelper so that we can return directly instead of waiting for the last frame to return. This CL makes the SurfaceTextureHelper own the thread the whole time instead, and VideoCapturerAndroid calls getHandler() to get it instead. BUG=webrtc:5519 Review URL: https://codereview.webrtc.org/1738123002 Cr-Commit-Position: refs/heads/master@{#11790}
WebRTC is a free, open software project that provides browsers and mobile applications with Real-Time Communications (RTC) capabilities via simple APIs. The WebRTC components have been optimized to best serve this purpose.
Our mission: To enable rich, high-quality RTC applications to be developed for the browser, mobile platforms, and IoT devices, and allow them all to communicate via a common set of protocols.
The WebRTC initiative is a project supported by Google, Mozilla and Opera, amongst others. This page is maintained by the Google Chrome team.
See http://www.webrtc.org/native-code/development for instructions on how to get started developing with the native code.