mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-25 11:11:08 +00:00
riff: vp61 and VP61 are also valid On2 VP6 fourcc
This commit is contained in:
parent
5dff488a26
commit
de736fb1d1
1 changed files with 2 additions and 0 deletions
|
@ -792,6 +792,8 @@ gst_riff_create_video_caps (guint32 codec_fcc,
|
|||
|
||||
case GST_MAKE_FOURCC ('v', 'p', '6', '0'):
|
||||
case GST_MAKE_FOURCC ('V', 'P', '6', '0'):
|
||||
case GST_MAKE_FOURCC ('v', 'p', '6', '1'):
|
||||
case GST_MAKE_FOURCC ('V', 'P', '6', '1'):
|
||||
caps = gst_caps_new_simple ("video/x-vp6", NULL);
|
||||
if (codec_name)
|
||||
*codec_name = g_strdup ("On2 VP6");
|
||||
|
|
Loading…
Reference in a new issue