mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 03:31:05 +00:00
wpevideosrc: Add a simple example for headless rendering
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/5405>
This commit is contained in:
parent
80cc1fcc03
commit
ae7871c019
1 changed files with 6 additions and 0 deletions
|
@ -70,6 +70,12 @@
|
|||
* ```
|
||||
* Composite WPE with a video stream, sink_0 pad properties have to match the video dimensions.
|
||||
*
|
||||
* ```shell
|
||||
* weston -S $HOME/weston-sock -B headless-backend.so --use-gl &
|
||||
* WAYLAND_DISPLAY=$HOME/weston-sock gst-launch-1.0 wpevideosrc location=https://google.com ! queue ! fakevideosink
|
||||
* ```
|
||||
* Render Google.com with WPE in a headless Weston compositor. This can be useful for server-side WPE video processing.
|
||||
*
|
||||
* Since: 1.16
|
||||
*/
|
||||
|
||||
|
|
Loading…
Reference in a new issue