commit | 85cbfaf6b96394215415527d67546d4bd872208a | [log] [tgz] |
---|---|---|
author | Viktor Grönroos <wilhelmsson@google.com> | Wed Oct 08 13:18:07 2025 |
committer | WebRTC LUCI CQ <webrtc-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Oct 08 16:50:57 2025 |
tree | 90128c1707d85f5f5607769f853f38e8771e81be | |
parent | cc832eece4aa7f42611aac4551518ec39374b5c5 [diff] |
Make AndroidVideoTrackSource tasks safe against destruction. Use SafeTask with a PendingTaskSafetyFlag when posting tasks to the signaling thread from AndroidVideoTrackSource. This prevents use-after-free issues if the AndroidVideoTrackSource is destroyed before the posted task runs. Bug: b:403168866 Change-Id: I55525579935a8b9b748d874d86658d3813afd773 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/415281 Reviewed-by: Zoé Lepaul <zlep@webrtc.org> Reviewed-by: Jonas Oreland <jonaso@webrtc.org> Commit-Queue: Viktor Grönroos <wilhelmsson@google.com> Cr-Commit-Position: refs/heads/main@{#45868}
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.