commit | cc9669c6b80a73bf0481e721841a8cf2f1204a38 | [log] [tgz] |
---|---|---|
author | sergeyu <sergeyu@chromium.org> | Tue Feb 09 23:13:26 2016 |
committer | Commit bot <commit-bot@chromium.org> | Tue Feb 09 23:13:32 2016 |
tree | e7d3177fe138e20093444692321099b873a1b211 | |
parent | c815c60f8a109fbce585a8a838f2457b64862243 [diff] |
Cleanup shared memory handling in DesktopCapturer interface. Previously shared memory buffers for DesktopCapturer were created using DesktopCapturer::Callback::CreateSharedBuffer(). That made it difficult to proxy DesktopCapturer interface from one thread to another. This CL adds SharedBufferFactory interface that's allowed to be called on a background thread. This also simplifies clients that don't need to use shared memory, as they no longer need to override CreateSharedBuffer(). Review URL: https://codereview.webrtc.org/1678073003 Cr-Commit-Position: refs/heads/master@{#11543}
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. This page is maintained by the Google Chrome team.
See http://www.webrtc.org/native-code/development for instructions on how to get started developing with the native code.