mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-05 09:00:54 +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);
|
GST_DEBUG ("Got mimetype '%s' with prio %d", mimetype, prio);
|
||||||
|
|
||||||
caps = gst_caps_new_simple (mimetype, NULL);
|
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
|
static gboolean
|
||||||
|
|
Loading…
Reference in a new issue