commit | 92665682fe103e36e5099bb9e6945dc96ce1c518 | [log] [tgz] |
---|---|---|
author | Henrik Boström <hbos@webrtc.org> | Mon Jul 24 14:01:09 2023 |
committer | WebRTC LUCI CQ <webrtc-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Jul 24 15:34:48 2023 |
tree | 01bd4abf72a7eb29dad48f04273dcffc962611a5 | |
parent | 00c0660469146014aca1df9ee43447efe1434c0f [diff] |
Clear scalability mode from stats when implementation changes. It was discovered that if libvpx reported a scalability mode in getStats (e.g. L3T3_KEY) and we then changed encoder implementation to an RTCVideoEncoder (such as MediaFoundationVideoEncodeAccelerator), getStats continued to report the old scalability mode value. This CL makes sure to clear the scalability mode on encoder implementation change or if the `codec_info` is missing. We should update MediaFoundation to report L1T1 as well, but in the meantime we should clear any old scalability modes values when the implementation changes (if the scalability mode is not known it is better to report nothing than to report an old misleading value). Bug: chromium:1426440 Change-Id: I1b5f324c4d29a00a6c73404cbee0faa2ae9cd843 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/312900 Reviewed-by: Ilya Nikolaevskiy <ilnik@webrtc.org> Commit-Queue: Henrik Boström <hbos@webrtc.org> Cr-Commit-Position: refs/heads/main@{#40467}
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.