commit | 0ba43b5a2045b0b6de4c8e374895462961330b85 | [log] [tgz] |
---|---|---|
author | sakal <sakal@webrtc.org> | Mon Aug 14 05:17:49 2017 -0700 |
committer | Commit Bot <commit-bot@chromium.org> | Mon Aug 14 12:17:49 2017 +0000 |
tree | fb01504001bbbdd6a7b9d5ed995c651464ba73bc | |
parent | dc5fc82c626e1848ca1a40d7e388b87bf369d881 [diff] |
Add support for adding VideoSinks to VideoTracks. VideoSinks receive the new kind of VideoFrames and will replace VideoRenderers. Converting from old texture frames to VideoFrames will involve conversion to I420 so it is not recommended to use VideoSinks before all sources produce VideoFrames. BUG=webrtc:7749, webrtc:7760 Review-Url: https://codereview.webrtc.org/3002553002 Cr-Commit-Position: refs/heads/master@{#19335}
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.