diff --git a/subprojects/gst-plugins-bad/ext/colormanagement/gstlcms.c b/subprojects/gst-plugins-bad/ext/colormanagement/gstlcms.c index 8a82268efd..290d3a7503 100644 --- a/subprojects/gst-plugins-bad/ext/colormanagement/gstlcms.c +++ b/subprojects/gst-plugins-bad/ext/colormanagement/gstlcms.c @@ -33,7 +33,7 @@ * (write everything in one line, without the backslash characters) * |[ * gst-launch-1.0 filesrc location=photo_camera.png ! pngdec ! \ - * videoconvert ! lcms input-profile=sRGB.icc dest-profile=printer.icc \ + * videoconvert ! lcms input-profile=sRGB.icc dest-profile=printer.icc ! \ * pngenc ! filesink location=photo_print.png * ]| */