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. * */