commit | f360506c7af40024b28121281d71ccc886c2d0f7 | [log] [tgz] |
---|---|---|
author | Erik Språng <sprang@webrtc.org> | Tue Sep 29 09:53:39 2020 |
committer | Commit Bot <commit-bot@chromium.org> | Tue Sep 29 12:31:01 2020 |
tree | 1fb50fd8c7f8c8ba1e4bd7dced2160eedc0c1c0b | |
parent | 56f63c3e7e73a6fc365fdb0dbcbc528ac22ae472 [diff] |
Deferred FEC: Prevents duplicate FEC addition of non-RTX retransmission. This CL fixes a bug where the RtpPackeToSend::fec_protect_packet flag was not cleared when a packet copy was fetched from the packet history in order to be retransmitted. This caused the packet to be added to the FEC generator a second time when the retransmission passed through RtpSenderEgress. The bug did not affect RTX retransmission and only manifests when using deferred FEC generation. Bug: webrtc:11340 Change-Id: Ic7ce2800cce9a99e74bd3dd697bc0779d2a02fda Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/185817 Reviewed-by: Danil Chapovalov <danilchap@webrtc.org> Commit-Queue: Erik Språng <sprang@webrtc.org> Cr-Commit-Position: refs/heads/master@{#32227}
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.