commit | c44f6cc5fe51f3597ef00cf593a468e319e727a5 | [log] [tgz] |
---|---|---|
author | Danil Chapovalov <danilchap@webrtc.org> | Wed Mar 06 10:31:09 2019 |
committer | Commit Bot <commit-bot@chromium.org> | Wed Mar 06 14:38:39 2019 |
tree | 17ece8cedcebf6af9485642f1a863d9ddec232a9 | |
parent | ede7cb2ec1c67312e1378e92656002ce2e65d6ab [diff] |
Modernize RtpRtcp factory function: use unique_ptr as return type to clearly signal passed ownership. Drop support for accepting nullptr clock to avoid copying the Configuration structure. Update all calls in webrtc to the new factory function Bug: None Change-Id: Ic5a78da8e59ba3988a757a9d9634fa31499ce0db Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/125901 Reviewed-by: Niels Moller <nisse@webrtc.org> Reviewed-by: Åsa Persson <asapersson@webrtc.org> Reviewed-by: Oskar Sundbom <ossu@webrtc.org> Commit-Queue: Danil Chapovalov <danilchap@webrtc.org> Cr-Commit-Position: refs/heads/master@{#26994}
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.
Authoritative list of directories that contain the native API header files.