commit | ba8780fb851626daa89cf7c025460dd11fc78ed4 | [log] [tgz] |
---|---|---|
author | Joe Downing <joedow@google.com> | Fri Apr 09 19:34:35 2021 |
committer | Commit Bot <commit-bot@chromium.org> | Wed Apr 14 20:08:52 2021 |
tree | 3569bc80b49e0f6882b6563bc604c8f82f32f1a0 | |
parent | 82c48211ec3d25d5f696307e2ef691c267cb62ce [diff] |
Fixing a buffer copy issue in DesktopFrame This CL fixes a buffer copying issue introduced in this CL: https://webrtc-review.googlesource.com/c/src/+/196485 In the BasicDesktopFrame::CopyOf function, the src and dst params were swapped. For me this manifested as a missing cursor when using Chrome Remote Desktop. I don't know of any other bugs this caused but I have to assume it affects all callers of the function given that the copy will never occur. (cherry picked from commit f2f9bb66ca33176cc931c679f8c379ede5b53469) Bug: chromium:1197210 Change-Id: I076bffbad1d658b1c6f4b0dffea17d339c867bef Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/214840 Commit-Queue: Joe Downing <joedow@google.com> Commit-Queue: Jamie Walch <jamiewalch@chromium.org> Reviewed-by: Jamie Walch <jamiewalch@chromium.org> Cr-Original-Commit-Position: refs/heads/master@{#33672} Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/215240 Cr-Commit-Position: refs/branch-heads/4472@{#3} Cr-Branched-From: 3e0c60ba4ef28a9f26fe991e5eec3150402c7dd3-refs/heads/master@{#33644}
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.