commit | f7f0b2108fed0471423bee53d1cf2b113cccb525 | [log] [tgz] |
---|---|---|
author | Markus Handell <handellm@webrtc.org> | Tue May 24 16:39:39 2022 |
committer | WebRTC LUCI CQ <webrtc-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed May 25 07:58:49 2022 |
tree | a0cc6f71bfe64a2d4cb6b787eb2aaac88ef14e51 | |
parent | dd410e6797967a2a27cc250e3c14a9a9c28ba3e7 [diff] |
ZeroHz: Repeat refresh frame requests until a frame is received. When MediaStreamVideoSource::RequestRefreshFrame is called, the capturer most often emits a refresh frame. Due to various conditions such as for example timing of prior delivery, these frames can be dropped at various places in the input pipeline into WebRTC. This change ensures the frame cadence adapter repeatedly requests refresh frames at max fps frequency until one is received, in which case the requests cease. Fixed: chromium:1324120 Change-Id: I90f85d31b132b6c441aa1c28c5eff85e3dc365ad Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/263520 Reviewed-by: Ilya Nikolaevskiy <ilnik@webrtc.org> Commit-Queue: Markus Handell <handellm@webrtc.org> Cr-Commit-Position: refs/heads/main@{#36998}
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.