mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 02:01:12 +00:00
imagefreeze: Fix example launch line format issue
The currently shown example launch line will not run, because it cannot handle png images. Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/1547>
This commit is contained in:
parent
a1da81bee6
commit
002c5ae7ef
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@
|
|||
*
|
||||
* ## Example launch line
|
||||
* |[
|
||||
* gst-launch-1.0 -v filesrc location=some.png ! decodebin ! imagefreeze ! autovideosink
|
||||
* gst-launch-1.0 -v filesrc location=some.png ! decodebin ! videoconvert ! imagefreeze ! autovideosink
|
||||
* ]| This pipeline shows a still frame stream of a PNG file.
|
||||
*
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue