commit | 48c44e3543416f79d0e9e3173386829dc06ae621 | [log] [tgz] |
---|---|---|
author | Per K <perkj@webrtc.org> | Wed May 31 13:38:26 2023 |
committer | WebRTC LUCI CQ <webrtc-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Jun 09 13:40:35 2023 |
tree | d03a4f88d58c5feac2e1c864f44e505087015a6f | |
parent | 2b5beb98dd83591a3e66908a99685c6cc9586d98 [diff] |
Ensure RtpSenderEgress run on worker queue VoipCore still use RtpSenderEgress::NonPacedPacketSender, therefore packets sent using NonPacedPacketSender::EnqueuePackets are proxied to the worker thead. When NonPacedPacketSender is used, the Pacer already guarantee that packets are sent on the worker queue. Lock is removed from RtpSenderEgress and instead calls must be made on the worker thread. Bug: webrtc:15209 Change-Id: Iaf03377ad8a037ecedbbe588a4c1e8e4eadacd81 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/306960 Reviewed-by: Erik Språng <sprang@webrtc.org> Reviewed-by: Jakob Ivarsson <jakobi@webrtc.org> Commit-Queue: Per Kjellander <perkj@webrtc.org> Cr-Commit-Position: refs/heads/main@{#40252}
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 here for instructions on how to get started developing with the native code.
Authoritative list of directories that contain the native API header files.