summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2016-03-16 11:34:46 +0200
committerTim-Philipp Müller <tim@centricular.com>2016-04-06 14:27:07 +0100
commitd59c6b3902d8a167375fd5f5d3a210a5783982a1 (patch)
treebea21dc8172460c479de65b0d495ea6febda36c0
parent4e425d5838bef9f14fa1043f45a01534e6d91d2d (diff)
downloadgstreamer-plugins-bad-d59c6b3902d8a167375fd5f5d3a210a5783982a1.tar.gz
mxfmux: Fix typo in JPEG2000 colorspace
sRGC -> sRGB
-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) {