commit | 2dd39152844c427747f801a22943139e9d196a87 | [log] [tgz] |
---|---|---|
author | Henrik Boström <hbos@webrtc.org> | Tue Jan 25 07:20:33 2022 |
committer | WebRTC LUCI CQ <webrtc-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Jan 25 08:57:36 2022 |
tree | 8005d384897e6c5e96dc494e8513a552df9be444 | |
parent | 2d3186e00178f2267c57cdca87a710307a8b4e51 [diff] |
Make use of TaskQueue/TaskQueueBase's PostDelayedHighPrecisionTask. Use cases of TaskQueue or TaskQueueBase that are considered high precision are updated to make use of PostDelayedHighPrecisionTask (see go/postdelayedtask-precision-in-webrtc) instead of PostDelayedTask. The cases here are the ones covered by that document, plus some testing-only uses. The FrameBuffer2 and DataTracker use cases will be covered by separate CLs because FrameBuffer2 uses RepeatingTaskHandle and DataTracker uses dcsctp::Timer. This protects these use cases against regressions when PostDelayedTask gets its precision lowered. This CL also adds TaskQueue::PostDelayedHighPrecisionTask which calls TaskQueueBase::PostDelayedHighPrecisionTask (same pattern as for PostDelayedTask). Bug: webrtc:13604 Change-Id: I7dcab59cbe4d274d27b734ceb4fc06daa12ffd0f Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/248864 Reviewed-by: Erik Språng <sprang@webrtc.org> Reviewed-by: Tomas Gunnarsson <tommi@webrtc.org> Commit-Queue: Henrik Boström <hbos@webrtc.org> Cr-Commit-Position: refs/heads/main@{#35781}
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.