commit | fe4c1dd6dc60e6ee0fbcb2e812519b25b25b5e14 | [log] [tgz] |
---|---|---|
author | Erik Språng <sprang@webrtc.org> | Tue Jul 02 11:53:38 2024 |
committer | WebRTC LUCI CQ <webrtc-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Jul 02 14:15:52 2024 |
tree | 8f0715e9fbabf229dac8886b29143b4ea20347a6 | |
parent | 445d403ecaba3cbf269ef4a54d1fc862c89c4581 [diff] |
Fix logic reading spatial/temporal id in VideoStreamEncoder. The temporal id must be read from `EncodedImage` rather than codec specifics for AV1. Furthermore, in some configs the spatial id of `EncodedImage` is populated and set to 0 while the simulcast id can also be simultaneously populated and set to values, including non-zero. To solve this, just take the max of the two. Bug: b/349561566 Change-Id: I46c61b7f0fff7a7ab8d7262c3a8d413f49b3286a Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/355904 Reviewed-by: Philip Eliasson <philipel@webrtc.org> Commit-Queue: Erik Språng <sprang@webrtc.org> Cr-Commit-Position: refs/heads/main@{#42573}
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.