mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-18 13:25:56 +00:00
pnm: Fix typefinder caps
This commit is contained in:
parent
59b6d933da
commit
77e989f498
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@ plugin_init (GstPlugin * plugin)
|
||||||
static gchar *exts[] = { "pnm", NULL };
|
static gchar *exts[] = { "pnm", NULL };
|
||||||
|
|
||||||
if (!gst_type_find_register (plugin, "", GST_RANK_PRIMARY,
|
if (!gst_type_find_register (plugin, "", GST_RANK_PRIMARY,
|
||||||
gst_my_typefind_function, exts, gst_caps_new_simple (MIME_ALL, NULL),
|
gst_my_typefind_function, exts, gst_caps_from_string (MIME_ALL),
|
||||||
NULL, NULL))
|
NULL, NULL))
|
||||||
return FALSE;
|
return FALSE;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue