From d59c6b3902d8a167375fd5f5d3a210a5783982a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Wed, 16 Mar 2016 11:34:46 +0200 Subject: mxfmux: Fix typo in JPEG2000 colorspace sRGC -> sRGB --- gst/mxf/mxfjpeg2000.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst/mxf/mxfjpeg2000.c b/gst/mxf/mxfjpeg2000.c index 1679279d2..55554d995 100644 --- a/gst/mxf/mxfjpeg2000.c +++ b/gst/mxf/mxfjpeg2000.c @@ -207,7 +207,7 @@ mxf_jpeg2000_create_caps (MXFMetadataTimelineTrack * track, GstTagList ** tags, } } if (rgb) { - colorspace = "sRGC"; + colorspace = "sRGB"; } else if (yuv) { colorspace = "sYUV"; } else if (xyz) { -- cgit v1.2.1