mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 22:36:33 +00:00
typefind: Add typefind function for WebP image format
https://bugzilla.gnome.org/show_bug.cgi?id=705826
This commit is contained in:
parent
cc1de5ae94
commit
81782144d9
1 changed files with 2 additions and 0 deletions
|
@ -5248,6 +5248,8 @@ plugin_init (GstPlugin * plugin)
|
|||
"bmp", BMP_CAPS, NULL, NULL);
|
||||
TYPE_FIND_REGISTER (plugin, "image/tiff", GST_RANK_PRIMARY, tiff_type_find,
|
||||
"tif,tiff", TIFF_CAPS, NULL, NULL);
|
||||
TYPE_FIND_REGISTER_RIFF (plugin, "image/webp", GST_RANK_PRIMARY,
|
||||
"webp", "WEBP");
|
||||
TYPE_FIND_REGISTER (plugin, "image/x-portable-pixmap", GST_RANK_SECONDARY,
|
||||
pnm_type_find, "pnm,ppm,pgm,pbm", PNM_CAPS, NULL, NULL);
|
||||
TYPE_FIND_REGISTER (plugin, "video/x-matroska", GST_RANK_PRIMARY,
|
||||
|
|
Loading…
Reference in a new issue