Searched refs:gst_plugin_feature_rank_compare_func (Results 1 – 12 of 12) sorted by relevance
/third_party/gstreamer/gstreamer/gst/ |
D | gstpluginfeature.h | 155 gint gst_plugin_feature_rank_compare_func (gconstpointer p1,
|
D | gstpluginfeature.c | 394 gst_plugin_feature_rank_compare_func (gconstpointer p1, gconstpointer p2) in gst_plugin_feature_rank_compare_func() function
|
D | gstdeviceproviderfactory.c | 582 result = g_list_sort (result, gst_plugin_feature_rank_compare_func); in gst_device_provider_factory_list_get_device_providers()
|
D | gstelementfactory.c | 1162 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/ |
D | gstplaybackutils.c | 163 return gst_plugin_feature_rank_compare_func (p1, p2); in gst_playback_utils_compare_factories_func()
|
D | gsturisourcebin.c | 1825 eligible = g_list_sort (eligible, gst_plugin_feature_rank_compare_func); in make_demuxer()
|
D | gstdecodebin3.c | 1060 g_list_sort (dbin->factories, gst_plugin_feature_rank_compare_func); in gst_decode_bin_update_factories_list()
|
D | gstplaybin3.c | 1284 return gst_plugin_feature_rank_compare_func (p1, p2);
|
D | gstplaybin2.c | 1597 return gst_plugin_feature_rank_compare_func (p1, p2); in compare_factories_func()
|
/third_party/gstreamer/gstplugins_bad/gst/autoconvert/ |
D | gstautovideoconvert.c | 98 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/ |
D | gstautodetect.c | 271 g_list_sort (list, (GCompareFunc) gst_plugin_feature_rank_compare_func); in gst_auto_detect_find_best()
|
/third_party/gstreamer/gstreamer/ |
D | ChangeLog | 42080 The gst_plugin_feature_rank_compare_func() should return 74934 API: gst_plugin_feature_rank_compare_func
|