commit | 28c4986e1b44b3d61f429d8bf560ce1d727bd3e4 | [log] [tgz] |
---|---|---|
author | Markus Handell <handellm@webrtc.org> | Fri Mar 03 11:08:18 2023 |
committer | WebRTC LUCI CQ <webrtc-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Mar 03 15:27:45 2023 |
tree | 7e6715c8f4dd50ffddd63e55702b41f8268451d1 | |
parent | 764e89c09d0eb3e37203d0dbbc9699fce801358d [diff] |
WebRTCVideoChannel::OnPacketReceived: avoid PostTasks. Under the combined network/worker thread project, tasks are unnecessarily posted to the same thread. Avoid this by posting only if invoked on a diffferent sequence. TESTED=presubmit + local Meet calls. Bug: webrtc:137439 Change-Id: Ic5dd99e5fbb843ad4c54d4466138135ae81596cf Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/295867 Commit-Queue: Markus Handell <handellm@webrtc.org> Reviewed-by: Harald Alvestrand <hta@webrtc.org> Cr-Commit-Position: refs/heads/main@{#39471}
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.