xdgmime: Reduce probability to POSSIBLE
This commit is contained in:
parent
de61b45025
commit
f429818589
@ -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…
x
Reference in New Issue
Block a user