commit | 0f6191d2274deb7cf8e69f02372937a8e726978e | [log] [tgz] |
---|---|---|
author | Erik Språng <sprang@webrtc.org> | Mon Jul 15 18:33:40 2019 |
committer | Commit Bot <commit-bot@chromium.org> | Fri Jul 19 10:58:34 2019 |
tree | e74d1a008208f7f864e518c0b5dc263f91b5e152 | |
parent | d70d80d882c945480f4766c91c736d68ac665548 [diff] |
RtpSender::GeneratePadding() fixes for new PacedSender code path This CL fixes two things related to the (not yet active) new PacedSender code path: 1. Make sure BWE header extensions are properly populated for all padding packets. 2. When generating padding, don't hold the RtpSender critsect when accessing the RtpPacketHistory as this may lead to a lock order inversion. Bug: webrtc:10633 Change-Id: I8650fbf5dafddbeae61837d2137338163e1c48ce Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/145723 Reviewed-by: Stefan Holmer <stefan@webrtc.org> Commit-Queue: Erik Språng <sprang@webrtc.org> Cr-Commit-Position: refs/heads/master@{#28613}
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 http://www.webrtc.org/native-code/development for instructions on how to get started developing with the native code.
Authoritative list of directories that contain the native API header files.