commit | 76df2883645a73b898d6f5ae32e1792c58d6c068 | [log] [tgz] |
---|---|---|
author | Lambros Lambrou <lambroslambrou@chromium.org> | Thu May 27 02:46:28 2021 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu May 27 02:46:28 2021 |
tree | a9778fef1d1c54eeb8c5636539a49b92ac88a82a | |
parent | 5e0a7cadaa4cf42db09932fbe1d4a01e283ee1eb [diff] |
[remoting] Add WebrtcVideoTrackSource::SendCapturedFrame(). This adds a method for sending a desktop frame to the registered sink (if any) with the VideoTrackSource. When standard encoding pipeline is implemented, WebrtcVideoStream::OnCaptureResult() will call this method instead of passing the desktop frame directly to the encoder. Bug: 1192865 Change-Id: Id23295c32b8256ad6ab31097624482880d673265 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2916897 Commit-Queue: Lambros Lambrou <lambroslambrou@chromium.org> Auto-Submit: Lambros Lambrou <lambroslambrou@chromium.org> Reviewed-by: Joe Downing <joedow@chromium.org> Cr-Commit-Position: refs/heads/master@{#887016}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
To check out the source code locally, don't use git clone
! Instead, follow the instructions on how to get the code.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .
For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.