From 6c0e5ca6894c040f59e805eaa3b740729de9dfad Mon Sep 17 00:00:00 2001 From: Mart Raudsepp Date: Fri, 13 Oct 2023 10:04:39 +0300 Subject: [PATCH] colormanagement: Fix typo in pipeline example Part-of: --- subprojects/gst-plugins-bad/ext/colormanagement/gstlcms.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 * ]| */