Mirroring Service: Support shared buffer handles for video capturing.
VideoCaptureClient was recently changed to only support the new base::ReadOnlySharedMemoryRegion being passed to the client. However, for desktop capturing, the read-write shared buffer handles are still passed by media::VideoCaptureDeviceClient. This CL temporally added the support of shared buffer handles back before the media::VideoCaptureDeviceClient is migrated to the new read-only API. Bug: 734672,843117 Change-Id: Ib3f6d58aa2541abfb29f1df014f1a01cfef50ef0 Reviewed-on: https://chromium-review.googlesource.com/1204721Reviewed-by:Yuri Wiitala <miu@chromium.org> Commit-Queue: Xiangjun Zhang <xjz@chromium.org> Cr-Commit-Position: refs/heads/master@{#589252}
Showing
Please register or sign in to comment