commit | 26b9e12289a12b3c085d8b9119a719893ef2b8e6 | [log] [tgz] |
---|---|---|
author | Magnus Jedvert <magjed@webrtc.org> | Wed May 02 14:41:22 2018 +0200 |
committer | Commit Bot <commit-bot@chromium.org> | Thu May 03 08:50:01 2018 +0000 |
tree | e461193f8147980eca16948eedf83fc866eb8eca | |
parent | 2e28edaa8a25f0baf8b693359b750f8446093f88 [diff] |
Android: Let VideoSource dispose SurfaceTextureHelper This CL is a follow-up to https://webrtc-review.googlesource.com/c/src/+/71666 where a lot of code was removed. Accidentally, the code that called SurfaceTextureHelper.dispose() was removed. This code used to reside in surfacetexturehelper.cc. This CL reintroduces the call to dispose in the VideoSource.java backwards compatibility path. Bug: webrtc:9181 Change-Id: I3e439dbf97965d806d238f7697561ac5ee9e79f1 Reviewed-on: https://webrtc-review.googlesource.com/73180 Commit-Queue: Magnus Jedvert <magjed@webrtc.org> Reviewed-by: Sami Kalliomäki <sakal@webrtc.org> Cr-Commit-Position: refs/heads/master@{#23087}
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.
See http://www.webrtc.org/native-code/development for instructions on how to get started developing with the native code.
Authoritative list of directories that contain the native API header files.