commit | 0a3ad1a561ceda2301be0f6d92edb2a83883109d | [log] [tgz] |
---|---|---|
author | Henrik Boström <hbos@webrtc.org> | Tue Apr 04 13:35:54 2023 |
committer | WebRTC LUCI CQ <webrtc-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Apr 04 13:58:05 2023 |
tree | a1557466557e5765ee1aa2abd855fc07c3044355 | |
parent | 31af34ba8ce17f60c2f4be643a84c7ed23b6f879 [diff] |
Deflake simulcast flow tests: stop fake source for reals. The FakePeriodicVideoSource was not actually stopping its repeated handle, which takes a raw pointer to the task queue. There could be a race here where a repeated task was being posted at the same time as the task queue was being destroyed due to the scoped safety flag being tied to the repeated task rather than the task queue. I'm still unable to repro locally, so this is a speculative fix. # No need to wait for ios/android bots, all other bots green NOTRY=True Bug: webrtc:15018 Change-Id: Id6f9bda5f4fc641abc11068f5cf8aa0f1cf36d27 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/300264 Reviewed-by: Jeremy Leconte <jleconte@google.com> Commit-Queue: Henrik Boström <hbos@webrtc.org> Cr-Commit-Position: refs/heads/main@{#39758}
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.