summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian.droege@collabora.co.uk>2009-03-02 16:29:01 +0100
committerSebastian Dröge <sebastian.droege@collabora.co.uk>2009-03-02 16:29:01 +0100
commitf429818589c4026d2009baf7f19ca51ee8160c7e (patch)
treed535b2c93e5de1726cce57e416439ccad3052a9c
parentde61b4502552be0ff578857d999ccef4bd6420c2 (diff)
downloadgst-plugins-bad-f429818589c4026d2009baf7f19ca51ee8160c7e.tar.gz
gst-plugins-bad-f429818589c4026d2009baf7f19ca51ee8160c7e.tar.bz2
gst-plugins-bad-f429818589c4026d2009baf7f19ca51ee8160c7e.zip
xdgmime: Reduce probability to POSSIBLE
-rw-r--r--gst/xdgmime/gstxdgmime.c2
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