imagefreeze: Fix example launch line format issue
authorAleksandar Topic <aleks@qtec.com>
Thu, 20 Jan 2022 16:59:30 +0000 (17:59 +0100)
committerGStreamer Marge Bot <gitlab-merge-bot@gstreamer-foundation.org>
Thu, 20 Jan 2022 18:12:39 +0000 (18:12 +0000)
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>

subprojects/gst-plugins-good/gst/imagefreeze/gstimagefreeze.c

index a25b6e5..6a2431a 100644 (file)
@@ -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.
  *
  */