diff options
author | Sebastian Dröge <sebastian.droege@collabora.co.uk> | 2009-03-02 16:29:01 +0100 |
---|---|---|
committer | Sebastian Dröge <sebastian.droege@collabora.co.uk> | 2009-03-02 16:29:01 +0100 |
commit | f429818589c4026d2009baf7f19ca51ee8160c7e (patch) | |
tree | d535b2c93e5de1726cce57e416439ccad3052a9c | |
parent | de61b4502552be0ff578857d999ccef4bd6420c2 (diff) | |
download | gst-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.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 |