mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-13 10:55:34 +00:00
riff: add more gray8 variants
This commit is contained in:
parent
a81089614b
commit
d094ac49cc
1 changed files with 2 additions and 0 deletions
|
@ -98,7 +98,9 @@ gst_riff_create_video_caps (guint32 codec_fcc,
|
|||
break;
|
||||
}
|
||||
|
||||
case GST_MAKE_FOURCC ('G', 'R', 'E', 'Y'):
|
||||
case GST_MAKE_FOURCC ('Y', '8', '0', '0'):
|
||||
case GST_MAKE_FOURCC ('Y', '8', ' ', ' '):
|
||||
caps = gst_caps_new_simple ("video/x-raw",
|
||||
"format", G_TYPE_STRING, "GRAY8", NULL);
|
||||
if (codec_name)
|
||||
|
|
Loading…
Reference in a new issue