diff --git a/subprojects/gst-plugins-bad/ext/wpe/gstwpevideosrc.cpp b/subprojects/gst-plugins-bad/ext/wpe/gstwpevideosrc.cpp index fefd2a8591..8bafe83eb3 100644 --- a/subprojects/gst-plugins-bad/ext/wpe/gstwpevideosrc.cpp +++ b/subprojects/gst-plugins-bad/ext/wpe/gstwpevideosrc.cpp @@ -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 */