commit | e6256055e7db560da560829a3e249898f9685d1f | [log] [tgz] |
---|---|---|
author | Sebastian Jansson <srte@webrtc.org> | Fri May 04 12:08:15 2018 |
committer | Commit Bot <commit-bot@chromium.org> | Fri May 04 12:44:44 2018 |
tree | a98bab558c35abefdb483b1d3895186d0293d083 | |
parent | 9d96e923169dc237b056f3e2b432a6759155bf2d [diff] |
Moving task queue from Call to transport controller. Moving ownership of worker task queue in Call to RtpTransportControllerSend. This CL also ensures that the task queue is not destroyed until the process thread running SendSideCongestionController is stopped. The worker queue should be owned by RtpTransportControllerSend since it is mainly used for rtp and transport related tasks such as bitrate allocation and signaling network state. Bug: webrtc:9232 Change-Id: I211edf1a3b9f9b2572875d5584cb788cb2449ef9 Reviewed-on: https://webrtc-review.googlesource.com/63023 Commit-Queue: Sebastian Jansson <srte@webrtc.org> Reviewed-by: Niels Moller <nisse@webrtc.org> Cr-Commit-Position: refs/heads/master@{#23119}
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.