commit | e6d3adab087281c24076a534b1c82e47e60153bd | [log] [tgz] |
---|---|---|
author | Per <perkj@chromium.org> | Mon Sep 21 11:57:36 2015 |
committer | Per <perkj@chromium.org> | Mon Sep 21 11:57:54 2015 |
tree | f6b77d438741081fedd66d3e22174bd070a5a337 | |
parent | 40bf49375426132834589263efd1efbb177ef7b2 [diff] |
Re-add SurfaceTexture as member for setLocalPreview in VideoCapturerAndroid. The Android camera api requires a surface to be set in order work. In https://codereview.webrtc.org/1354683004/ this surfaceTexture was removed as a member but it turns out that can lead to camera freezes when the device is rotated. This cl re-adds the surface as a member. BUG= webrtc:5021, webrtc:5003 R=magjed@webrtc.org Review URL: https://codereview.webrtc.org/1349433003 . Cr-Commit-Position: refs/heads/master@{#9999}
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.