commit | 5d910286e1e802245eec2cd76f5f8bef6e671e51 | [log] [tgz] |
---|---|---|
author | sergeyu <sergeyu@chromium.org> | Tue Jun 07 23:41:58 2016 |
committer | Commit bot <commit-bot@chromium.org> | Tue Jun 07 23:42:07 2016 |
tree | 9909ef3bb946071722a860c7a8bcd8703726d851 | |
parent | 6ebdf6b2cc0f3af30c95a085215cd05b91213a21 [diff] |
Use std::unique_ptr<> to pass frame ownership in DesktopCapturer impls. Previously raw pointers were used for owned DesktopFrame instances. Updated all screen and window capturer implementations to use std::unique_ptr<>. Also includes some other cleanups in the capturers: - s/NULL/nullptr - moved default initializers to class definition. BUG=webrtc:5950 Review-Url: https://codereview.webrtc.org/1988783003 Cr-Commit-Position: refs/heads/master@{#13058}
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.