mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-22 01:31:03 +00:00
colormanagement: Fix typo in pipeline example
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/5478>
This commit is contained in:
parent
5f7a37f21e
commit
6c0e5ca689
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
* ]|
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue