mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-03-30 12:49:40 +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) {
|
||||
colorspace = "sRGC";
|
||||
colorspace = "sRGB";
|
||||
} else if (yuv) {
|
||||
colorspace = "sYUV";
|
||||
} else if (xyz) {
|
||||
|
|
Loading…
Reference in a new issue