summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2016-03-16 11:34:46 +0200
committerSebastian Dröge <sebastian@centricular.com>2016-03-16 11:34:46 +0200
commita032347c77e2f4c57a06471d63167055e3c2df69 (patch)
treea28461cafa6d3bd9e8203496b12444e3b2a28dcc
parent51047d6bdbbb5330ea099dc0cf14f9649050604a (diff)
downloadgstreamer-plugins-bad-a032347c77e2f4c57a06471d63167055e3c2df69.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 17daf7d95..35df1ba06 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) {