commit | bc3be2e781abb356eee95f3cea3afa5be8b10c7e | [log] [tgz] |
---|---|---|
author | Harald Alvestrand <hta@webrtc.org> | Mon Jun 16 19:38:22 2025 |
committer | WebRTC LUCI CQ <webrtc-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Jun 17 07:58:25 2025 |
tree | da7c9c22d7ab47978631160c1708f3f84fc11fa7 | |
parent | 3fe6a1b38a3e25297b4b6475edf844461e39401e [diff] |
Switch video_{send,recv}_stream to StringBuilder It's been shown that it's hard to estimate the size of the debug messages that these functions build; fixed size buffers are not worth the effort to maintain. Example CL that triggered an overflow: https://webrtc-review.googlesource.com/c/src/+/396640 - possibly because a debug message logged an extra parameter. Bug: None Change-Id: I47d924bb5d490d2165cbc441c307cb2396c7ce37 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/396721 Commit-Queue: Harald Alvestrand <hta@webrtc.org> Reviewed-by: Tomas Gunnarsson <tommi@webrtc.org> Cr-Commit-Position: refs/heads/main@{#44950}
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.