summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gst/mxf/mxfjpeg2000.c2
1 files changed, 1 insertions, 1 deletions
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) {