commit | 0f71871cad88ccd20a5dceefdc58aead7e9408a7 | [log] [tgz] |
---|---|---|
author | Erik Språng <sprang@webrtc.org> | Wed Feb 17 14:19:06 2021 |
committer | Commit Bot <commit-bot@chromium.org> | Thu Feb 18 12:27:27 2021 |
tree | 262fff8b77ae004f51afa256bf562cff223cc1c6 | |
parent | 9915db345326d5c995cd5cd8608ec4e2826396fb [diff] |
Reland "Batch assign RTP seq# for all packets of a frame." This is a reland of 5cc99570620890edc3989b2cae1d1ee0669a021c Original change's description: > Batch assign RTP seq# for all packets of a frame. > > This avoids a potential race where other call sites could assign > sequence numbers while the video frame is mid packetization - resulting > in a non-contiguous video sequence. > > Avoiding the tight lock-unlock within the loop also couldn't hurt from > a performance standpoint. > > Bug: webrtc:12448 > Change-Id: I6cc31c7743d2ca75caeaeffb98651a480dbe08e2 > Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/207867 > Commit-Queue: Erik Språng <sprang@webrtc.org> > Reviewed-by: Danil Chapovalov <danilchap@webrtc.org> > Cr-Commit-Position: refs/heads/master@{#33291} Bug: webrtc:12448 Change-Id: I7c5a5e00a5e08330ff24b58af9f090c327eeeaa2 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/208221 Reviewed-by: Danil Chapovalov <danilchap@webrtc.org> Commit-Queue: Erik Språng <sprang@webrtc.org> Cr-Commit-Position: refs/heads/master@{#33296}
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.