mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-05 00:50:21 +00:00
xdgmime: Reduce probability to POSSIBLE
This commit is contained in:
parent
de61b45025
commit
f429818589
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue