diff options
Diffstat (limited to 'gst')
-rw-r--r-- | gst/xdgmime/gstxdgmime.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/xdgmime/gstxdgmime.c b/gst/xdgmime/gstxdgmime.c index 1307779e..04f86123 100644 --- a/gst/xdgmime/gstxdgmime.c +++ b/gst/xdgmime/gstxdgmime.c @@ -58,7 +58,7 @@ xdgmime_typefind (GstTypeFind * find, gpointer user_data) GST_DEBUG ("Got mimetype '%s' with prio %d", mimetype, prio); caps = gst_caps_new_simple (mimetype, NULL); - gst_type_find_suggest (find, GST_TYPE_FIND_LIKELY, caps); + gst_type_find_suggest (find, GST_TYPE_FIND_POSSIBLE, caps); } static gboolean |