| commit | fb803de683585ebadb0137f1cbbc54e36a50fc77 | [log] [tgz] |
|---|---|---|
| author | Sergio Garcia Murillo <sergio.garcia.murillo@gmail.com> | Thu Oct 03 14:07:51 2024 |
| committer | WebRTC LUCI CQ <webrtc-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Oct 03 18:29:19 2024 |
| tree | 6a72f0c6b55624a65732ab0f710a69883130a57a | |
| parent | 62b245c64fb341637e9d10d825402eb1c819ed35 [diff] |
Fix is_first_packet_in_frame for SEI and PPS NALUs PacketBuffer will ignore any non-idr frame which is firs packet has not is_first_packet_in_frame set to true if there was a packet loss in the previous frame even if the cseqs are continous: https://issues.webrtc.org/issues/368335257#comment14 This CL sets this flag to true to SEI and PPS nal units that would have caused the delta frames after an idr frame to be dropped in case of loss. Bug: webrtc:368335257 Change-Id: Ic7150297d7fb4ed274c7d99175ff367100b5cf75 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/364241 Reviewed-by: Sergey Silkin <ssilkin@webrtc.org> Commit-Queue: Danil Chapovalov <danilchap@webrtc.org> Reviewed-by: Danil Chapovalov <danilchap@webrtc.org> Cr-Commit-Position: refs/heads/main@{#43168}
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.