commit | aea1d1ad3fa1d4225f581e39ceb040fa641b5c7f | [log] [tgz] |
---|---|---|
author | Sami Kalliomäki <sakal@webrtc.org> | Thu Nov 23 14:42:21 2017 +0100 |
committer | Commit Bot <commit-bot@chromium.org> | Fri Nov 24 09:41:39 2017 +0000 |
tree | 817d26430d3e7dc5c51c62636a20a0bc7ebf29f6 | |
parent | 2a9dbe6e7e722cf069b72ccff0051b1517706996 [diff] |
Android: Fix leaking software video codec instances. Previously, wrapped native codec instances would leak the native object if it was never used. This change fixes it by changing getNative method to createNative. Also fixes "Video codec hardware acceleration" setting in AppRTCMobile. Bug: webrtc:7925 Change-Id: I53f6dc1dd5e37dea8d14278423122dede17719c5 Reviewed-on: https://webrtc-review.googlesource.com/24881 Reviewed-by: Magnus Jedvert <magjed@webrtc.org> Commit-Queue: Sami Kalliomäki <sakal@webrtc.org> Cr-Commit-Position: refs/heads/master@{#20859}
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.