From 002c5ae7ef5d16c272086990e71e024e9c633103 Mon Sep 17 00:00:00 2001 From: Aleksandar Topic Date: Thu, 20 Jan 2022 17:59:30 +0100 Subject: [PATCH] imagefreeze: Fix example launch line format issue The currently shown example launch line will not run, because it cannot handle png images. Part-of: --- subprojects/gst-plugins-good/gst/imagefreeze/gstimagefreeze.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subprojects/gst-plugins-good/gst/imagefreeze/gstimagefreeze.c b/subprojects/gst-plugins-good/gst/imagefreeze/gstimagefreeze.c index a25b6e54dc..6a2431ab0c 100644 --- a/subprojects/gst-plugins-good/gst/imagefreeze/gstimagefreeze.c +++ b/subprojects/gst-plugins-good/gst/imagefreeze/gstimagefreeze.c @@ -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. * */