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}
Name: WebRTC URL: http://www.webrtc.org Version: 90 License: BSD License File: LICENSE Description: WebRTC provides real time voice and video processing functionality to enable the implementation of PeerConnection/MediaStream. Third party code used in this project is described in the file LICENSE_THIRD_PARTY.