commit | 8ec568a9ff9b30dd7e8881a0c1bdbc418dc05ff4 | [log] [tgz] |
---|---|---|
author | eladalon <eladalon@webrtc.org> | Fri Sep 08 13:15:52 2017 |
committer | Commit Bot <commit-bot@chromium.org> | Fri Sep 08 13:15:52 2017 |
tree | 09285a7eb4a4a61bca341bd969edf47b842855a2 | |
parent | f901661f30cd0bd1416ff95b76a4da9df1451aa6 [diff] |
Make CreateRtcLogStreamConfig() return a std::unique_ptr This is done for two reasons: 1. This will be useful in an upcoming CL, when all logging will be done with one function that accepts a std::unique_ptr<RtcEvent>. 2. Ensure no unnecessary copies when the compiler fails to optimize. BUG=webrtc:8111 TBR=stefan@webrtc.org Review-Url: https://codereview.webrtc.org/3010273002 Cr-Commit-Position: refs/heads/master@{#19746}
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.