Home
last modified time | relevance | path

Searched refs:gst_plugin_feature_rank_compare_func (Results 1 – 12 of 12) sorted by relevance

/third_party/gstreamer/gstreamer/gst/
Dgstpluginfeature.h155 gint gst_plugin_feature_rank_compare_func (gconstpointer p1,
Dgstpluginfeature.c394 gst_plugin_feature_rank_compare_func (gconstpointer p1, gconstpointer p2) in gst_plugin_feature_rank_compare_func() function
Dgstdeviceproviderfactory.c582 result = g_list_sort (result, gst_plugin_feature_rank_compare_func); in gst_device_provider_factory_list_get_device_providers()
Dgstelementfactory.c1162 result = g_list_sort (result, gst_plugin_feature_rank_compare_func); in gst_element_factory_list_get_elements()
/third_party/gstreamer/gstplugins_base/gst/playback/
Dgstplaybackutils.c163 return gst_plugin_feature_rank_compare_func (p1, p2); in gst_playback_utils_compare_factories_func()
Dgsturisourcebin.c1825 eligible = g_list_sort (eligible, gst_plugin_feature_rank_compare_func); in make_demuxer()
Dgstdecodebin3.c1060 g_list_sort (dbin->factories, gst_plugin_feature_rank_compare_func); in gst_decode_bin_update_factories_list()
Dgstplaybin3.c1284 return gst_plugin_feature_rank_compare_func (p1, p2);
Dgstplaybin2.c1597 return gst_plugin_feature_rank_compare_func (p1, p2); in compare_factories_func()
/third_party/gstreamer/gstplugins_bad/gst/autoconvert/
Dgstautovideoconvert.c98 result = g_list_sort (result, gst_plugin_feature_rank_compare_func); in gst_auto_video_convert_create_factory_list()
/third_party/gstreamer/gstplugins_good/gst/autodetect/
Dgstautodetect.c271 g_list_sort (list, (GCompareFunc) gst_plugin_feature_rank_compare_func); in gst_auto_detect_find_best()
/third_party/gstreamer/gstreamer/
DChangeLog42080 The gst_plugin_feature_rank_compare_func() should return
74934 API: gst_plugin_feature_rank_compare_func