mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-04 21:42:25 +00:00
wpe: fix wpevideosrc gst-play example
wpe:// no longer works since 1.20, see wpesrc examples. Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/3306>
This commit is contained in:
parent
87e9952b8f
commit
a92f41e0c7
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@
|
|||
* Saves the first 50 video frames generated for the GStreamer website as PNG files in /tmp.
|
||||
*
|
||||
* ```shell
|
||||
* gst-play-1.0 --videosink gtkglsink wpe://https://gstreamer.freedesktop.org
|
||||
* gst-play-1.0 --videosink gtkglsink web+https://gstreamer.freedesktop.org
|
||||
* ```
|
||||
* Shows the GStreamer website homepage as played with GstPlayer in a GTK+ window.
|
||||
*
|
||||
|
|
Loading…
Reference in a new issue