commit | 112b2e99d806a8f60ad3dcb5abc9dd82b704df65 | [log] [tgz] |
---|---|---|
author | deadbeef <deadbeef@webrtc.org> | Sat Feb 11 04:13:37 2017 |
committer | Commit bot <commit-bot@chromium.org> | Sat Feb 11 04:13:37 2017 |
tree | a2a091baee31befeaeab5f4f05bfefd27eff6cc3 | |
parent | 2c87d9991bca942113ec1b774895ea220ec2c3f4 [diff] |
Switching some interfaces to use std::unique_ptr<>. This helps show where ownership is transfered between objects. Specifically, this CL wraps cricket::VideoCapturer, MediaEngineInterface and DataEngineInterface in unique_ptr. BUG=None TBR=magjed@webrtc.org Review-Url: https://codereview.webrtc.org/2685093002 Cr-Commit-Position: refs/heads/master@{#16548}
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.