wpe: fix gst-launch example

wpesrc does not have num-buffers property but wpevideosrc does.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/7389>
This commit is contained in:
Guillaume Desmottes 2024-08-21 09:19:39 +02:00 committed by GStreamer Marge Bot
parent 7daa040d24
commit 389f7e0d7b

View file

@ -41,7 +41,7 @@
* ### Save the first 50 video frames generated for the GStreamer website as PNG files in /tmp
*
* ```
* LIBGL_ALWAYS_SOFTWARE=true gst-launch-1.0 -v wpesrc num-buffers=50 location="https://gstreamer.freedesktop.org" ! videoconvert ! pngenc ! multifilesink location=/tmp/snapshot-%05d.png
* LIBGL_ALWAYS_SOFTWARE=true gst-launch-1.0 -v wpevideosrc num-buffers=50 location="https://gstreamer.freedesktop.org" ! videoconvert ! pngenc ! multifilesink location=/tmp/snapshot-%05d.png
* ```
*
*