commit | 4995f872ca2f06069af169a2cb7a1eb3b90fe0d0 | [log] [tgz] |
---|---|---|
author | Erik Språng <sprang@webrtc.org> | Thu Nov 21 18:34:38 2019 +0100 |
committer | Commit Bot <commit-bot@chromium.org> | Fri Nov 22 08:07:15 2019 +0000 |
tree | dfb47a2019c54d34a3113d2fee0829d78a0e6c0f | |
parent | 0174ffe70018e85681721ae2c9a82159b7c1ee0a [diff] |
Cleans up the round robin packet queue. Usage of this class has now been simplified so that we can do some cleanup: * Removes dead code: Push() with 9 args, CancelPop() * Replaces BeginPop()/CancelPop() with a single Pop() method * Makes QueuePacket a private class * Replaces rtp_packets_ with direct ownership from QueuePacket Bug: webrtc:10809 Change-Id: Iea131ee87d5d920360c71fb180b2af0ea4fc6c7f Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/160007 Commit-Queue: Erik Språng <sprang@webrtc.org> Reviewed-by: Philip Eliasson <philipel@webrtc.org> Cr-Commit-Position: refs/heads/master@{#29869}
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.