mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-13 04:41:16 +00:00
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:
parent
7daa040d24
commit
389f7e0d7b
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
* ```
|
||||
*
|
||||
*
|
||||
|
|
Loading…
Reference in a new issue