commit | 818e7fbc64525a2c78a021283e7499e63aeaaebc | [log] [tgz] |
---|---|---|
author | Markus Handell <handellm@webrtc.org> | Thu Dec 30 12:01:33 2021 |
committer | WebRTC LUCI CQ <webrtc-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Dec 30 13:37:10 2021 |
tree | 37f7cec1c5a77d2bbb857532ef350615534f34b0 | |
parent | 1dc8ce669e345fc3b288b64fda3b15ebb291ad3f [diff] |
ZeroHertzAdapterMode: handle pending key frame requests. The frame cadence adapter ignores key frame processing that happens before the point where zero-hertz mode is activated, which leads to no refresh frame requests if the key frame request comes too early. Fix this to register a pending refresh frame request that gets serviced when zero-hertz mode is activated. The CL changes the FrameCadenceAdapterInterface::ProcessKeyFrameRequest from returning whether to request a refresh frame into the frame cadence adapter actively doing so itself via a new Callback::RequestRefreshFrame API. go/rtc-0hz-present Bug: chromium:1255737 Change-Id: I53c2dbf6468e883eb2a2e81498e7134b1b35c336 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/242963 Reviewed-by: Erik Språng <sprang@webrtc.org> Commit-Queue: Markus Handell <handellm@webrtc.org> Cr-Commit-Position: refs/heads/main@{#35598}
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.