mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-25 11:11:08 +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)
|
* (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
|
||||||
* ]|
|
* ]|
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in a new issue