commit | 2ab012c41e57f21f380aec2c30818d3714fd0f6e | [log] [tgz] |
---|---|---|
author | magjed <magjed@webrtc.org> | Thu Aug 25 10:25:04 2016 |
committer | Commit bot <commit-bot@chromium.org> | Thu Aug 25 10:25:13 2016 |
tree | 8d1e94bc699e933f727b535395fb2187ccc4029c | |
parent | 19319a3a2e728030332a3e2cb81e59005e1a5bd0 [diff] |
Implement CVO for iOS capturer The rotation is currently always applied by AVFoundation by reconfiguring the capture connection video orientation. This CL sets the rotation field in the frame instead. This avoids the current flash in the video when the device is rotated, and also avoids reconfiguring the local encoder and remote decoder when the device is rotated. BUG=b/30651939 Review-Url: https://codereview.webrtc.org/2271583003 Cr-Commit-Position: refs/heads/master@{#13916}
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.