mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 05:06:17 +00:00
mxfmux: Fix typo in JPEG2000 colorspace
sRGC -> sRGB
This commit is contained in:
parent
51047d6bdb
commit
a032347c77
1 changed files with 1 additions and 1 deletions
|
@ -207,7 +207,7 @@ mxf_jpeg2000_create_caps (MXFMetadataTimelineTrack * track, GstTagList ** tags,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (rgb) {
|
if (rgb) {
|
||||||
colorspace = "sRGC";
|
colorspace = "sRGB";
|
||||||
} else if (yuv) {
|
} else if (yuv) {
|
||||||
colorspace = "sYUV";
|
colorspace = "sYUV";
|
||||||
} else if (xyz) {
|
} else if (xyz) {
|
||||||
|
|
Loading…
Reference in a new issue