commit | b29b9c8e49934e4b9435f8c482bd0bbacdf8f350 | [log] [tgz] |
---|---|---|
author | nisse <nisse@webrtc.org> | Mon Dec 12 08:22:56 2016 |
committer | Commit bot <commit-bot@chromium.org> | Mon Dec 12 08:23:05 2016 |
tree | 3861dfd2e5759fb958169c9ec33e28eb7ebe7a73 | |
parent | 99f7bfde283b8ae20971b9bd804c6210f7c156eb [diff] |
Replace VideoCaptureDataCallback by VideoSinkInterface. This also deletes unused features of the video_capturer interface, the classes VideoCaptureFeedBack, VideoCaptureEncodeInterface and related methods, and the module id which used to be passed as an argument to the VideoCaptureDataCallback. In theory the module id could have been used to let a single VideoCaptureDataCallback serve several capturers, and demultiplex on the id, but in practice, it was unused. With this change, it is required to use a separate VideoSinkInterface for each capturer. BUG=webrtc:6789 Review-Url: https://codereview.webrtc.org/2534553002 Cr-Commit-Position: refs/heads/master@{#15540}
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.