commit | 8771cf470da8bfaeffba2496eb578695eb4fe7c6 | [log] [tgz] |
---|---|---|
author | Fan Zhou <fanzhou@meta.com> | Thu Aug 22 21:55:19 2024 |
committer | WebRTC LUCI CQ <webrtc-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Aug 23 09:41:14 2024 |
tree | 7e7aeb7d8adda46cf8fc59fa47b30b269deef1ef | |
parent | 6793f831ffdc598e12aced80a4d97956ca50e436 [diff] |
Allow gap on packet buffer fix with GFD The current solution does not work for GFD since GFD is only parsed from the first packet of the frame. As a result, to access the generic information, we have to check every packet when traversing the packet buffer to find the first packet of frame. This fix is necessary to ensure temporal scaling works correctly with GFD. Bug: webrtc:42225186 Change-Id: Iadda4ec690deab62c32eb6101583e6a6d75cfeaf Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/344840 Commit-Queue: Danil Chapovalov <danilchap@webrtc.org> Reviewed-by: Sergey Silkin <ssilkin@webrtc.org> Reviewed-by: Danil Chapovalov <danilchap@webrtc.org> Cr-Commit-Position: refs/heads/main@{#42836}
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.