mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-26 02:00:33 +00:00
riff-media: Add 'png ' fourcc
On top of mpng, MPNG, PNG, there is also png it seems https://bugzilla.gnome.org/show_bug.cgi?id=704291
This commit is contained in:
parent
84a0934883
commit
1ed1792560
1 changed files with 1 additions and 0 deletions
|
@ -770,6 +770,7 @@ gst_riff_create_video_caps (guint32 codec_fcc,
|
|||
case GST_MAKE_FOURCC ('M', 'P', 'N', 'G'):
|
||||
case GST_MAKE_FOURCC ('m', 'p', 'n', 'g'):
|
||||
case GST_MAKE_FOURCC ('P', 'N', 'G', ' '):
|
||||
case GST_MAKE_FOURCC ('p', 'n', 'g', ' '):
|
||||
caps = gst_caps_new_empty_simple ("image/png");
|
||||
if (codec_name)
|
||||
*codec_name = g_strdup ("PNG image");
|
||||
|
|
Loading…
Reference in a new issue