commit | aee5b17f669341d9af03ab4dc15b38382f423628 | [log] [tgz] |
---|---|---|
author | Markus Handell <handellm@webrtc.org> | Fri Apr 28 09:16:30 2023 |
committer | WebRTC LUCI CQ <webrtc-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Apr 28 10:50:57 2023 |
tree | 25c35703e19e0475bcd7b20db84f4564b5f4a907 | |
parent | 272b464e92d08d5abe36af5542f53bd6a82252c5 [diff] |
DecodeSynchronizer: avoid duplicate tick callback registration. With repeated CreateSynchronizedFrameScheduler/Stop calls, the DecodeSynchronizer can register & keep multiple callbacks in the metronome. Fix this to only keep at most one callback installed. Fixed: chromium:1434747 Change-Id: I61f67a871339dbcc7560e9d545a5217f361a9b87 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/303840 Reviewed-by: Ilya Nikolaevskiy <ilnik@webrtc.org> Reviewed-by: Henrik Boström <hbos@webrtc.org> Commit-Queue: Markus Handell <handellm@webrtc.org> Cr-Commit-Position: refs/heads/main@{#39964}
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.