mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-29 18:48:44 +00:00
cogcolorspace: Use correct enum type for return value
This commit is contained in:
parent
be82ae207a
commit
83ffd07e44
1 changed files with 1 additions and 1 deletions
|
@ -372,7 +372,7 @@ gst_cogcolorspace_caps_get_chroma_site (GstCaps * caps)
|
|||
s = gst_video_parse_caps_chroma_site (caps);
|
||||
|
||||
if (s == NULL)
|
||||
return COG_COLOR_MATRIX_SDTV;
|
||||
return COG_CHROMA_SITE_MPEG2;
|
||||
|
||||
if (strcmp (s, "jpeg") == 0) {
|
||||
return COG_CHROMA_SITE_JPEG;
|
||||
|
|
Loading…
Reference in a new issue