From f429818589c4026d2009baf7f19ca51ee8160c7e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Mon, 2 Mar 2009 16:29:01 +0100 Subject: [PATCH] xdgmime: Reduce probability to POSSIBLE --- gst/xdgmime/gstxdgmime.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst/xdgmime/gstxdgmime.c b/gst/xdgmime/gstxdgmime.c index 1307779e49..04f8612343 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