colormanagement: Fix typo in pipeline example

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/5478>
This commit is contained in:
Mart Raudsepp 2023-10-13 10:04:39 +03:00
parent 5f7a37f21e
commit 6c0e5ca689

View file

@ -33,7 +33,7 @@
* (write everything in one line, without the backslash characters) * (write everything in one line, without the backslash characters)
* |[ * |[
* gst-launch-1.0 filesrc location=photo_camera.png ! pngdec ! \ * 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 * pngenc ! filesink location=photo_print.png
* ]| * ]|
*/ */