commit | f6e100b5ee57b335766addb66ab43c99a0939e22 | [log] [tgz] |
---|---|---|
author | Rasmus Brandt <brandtr@webrtc.org> | Mon Oct 13 07:42:36 2025 |
committer | WebRTC LUCI CQ <webrtc-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Oct 13 14:42:21 2025 |
tree | d7eefcda229836dec762cfb9bfa8e2d57937bc50 | |
parent | 7214d365923e5202feb306ebd3bb9f655579faf2 [diff] |
Enable outlier rejection by default in TimestampExtrapolator. The new reordering logic in `TimestampExtrapolator` made `VideoReceiveStream2Test.FramesScheduledInOrder` fail, due to slight changes in timing. By updating the `AdvanceTime` calls to make more sense (splitting expected inter-frame duration `AdvanceTime` from waiting for rendering `AdvanceTime`), it now passes. Note that the underlying expectations remain the same though: reordered frames are still decoded and rendered in order. The timing of those are just slightly different. Bug: b/439767978, b/422493053 Change-Id: I5096d7611c4ab4be2fc7882bdbc3d317f0533fe7 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/415840 Reviewed-by: Åsa Persson <asapersson@webrtc.org> Commit-Queue: Rasmus Brandt <brandtr@webrtc.org> Cr-Commit-Position: refs/heads/main@{#45920}
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.