commit | 00b46f7f2ad1af482a9fd104627f32cb5d9ba45c | [log] [tgz] |
---|---|---|
author | Jorge E. Moreira <jemoreira@google.com> | Sat Mar 28 01:01:19 2020 |
committer | Commit Bot <commit-bot@chromium.org> | Tue Mar 31 22:11:37 2020 |
tree | 5b2bc732e6d886690d3106a31cb9a84cb02df457 | |
parent | 65674d83e1f59c2233a26987916caed81cee62f5 [diff] |
PeerConnection owns the PacketSocketFactory dependency. The PacketSocketFactory dependency (if present on the object passed to CreatePeerConnection(...)) is given as a raw pointer to the PortAllocator, but the unique_ptr remains in the dependencies object which is destroyed at the end of the Initialize call. Bug: webrtc:11467 Change-Id: I2ccb22b6313fc6b2887bb581704f73a703092af3 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/172043 Reviewed-by: Niels Moller <nisse@webrtc.org> Reviewed-by: Taylor <deadbeef@webrtc.org> Commit-Queue: Jorge Moreira Broche <jemoreira@google.com> Cr-Commit-Position: refs/heads/master@{#30953}
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.