commit | 3252f5d8e481b65571ebb95801754a10dc910632 | [log] [tgz] |
---|---|---|
author | Jan Grulich <grulja@gmail.com> | Wed Jun 12 15:14:07 2024 |
committer | WebRTC LUCI CQ <webrtc-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Jun 13 21:01:45 2024 |
tree | ce4df7769d9cf28853b88e9d5681798899dbab3e | |
parent | 093824c4d25a25f9b403b97acc7883e908fa3e91 [diff] |
PipeWire capture: fix mmap arguments Do not add offset to the "length" argument for mmap call as it should be passed as the last argument instead. This was not causing any problems since the offset is usually 0, but it's still better to do it correctly. Bug: webrtc:42225999 Change-Id: If1dbe7dfd2fb22c53493c0fafd23d782f0683a11 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/354521 Reviewed-by: Ilya Nikolaevskiy <ilnik@webrtc.org> Commit-Queue: Jan Grulich <grulja@gmail.com> Cr-Commit-Position: refs/heads/main@{#42481}
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.