commit | f52d34d682a049028ef5f2d126721dce03a50d8b | [log] [tgz] |
---|---|---|
author | magjed <magjed@webrtc.org> | Tue Aug 29 00:58:52 2017 -0700 |
committer | Commit Bot <commit-bot@chromium.org> | Tue Aug 29 07:58:52 2017 +0000 |
tree | 3afcc8aa7f17af9b8f1dbf6a595cf4b5465e1f9a | |
parent | d4495312dc7f6b5d5fc1c163026c52d56e6230f9 [diff] |
Let VideoEncoderSoftwareFallbackWrapper own the wrapped encoder Currently, ownership of the wrapped hardware encoder is handled outside VideoEncoderSoftwareFallbackWrapper. It's easier if VideoEncoderSoftwareFallbackWrapper owns and relases it instead. BUG=webrtc:7925 Review-Url: https://codereview.webrtc.org/3007683002 Cr-Commit-Position: refs/heads/master@{#19572}
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.