Searched refs:gst_plugin_get_name (Results 1 – 17 of 17) sorted by relevance
/third_party/gstreamer/gstreamer/tests/check/gst/ |
D | gstregistry.c | 31 const gchar *name_a = gst_plugin_get_name (a); in plugin_name_cmp() 32 const gchar *name_b = gst_plugin_get_name (b); in plugin_name_cmp() 49 name = gst_plugin_get_name (plugin); in print_plugin() 167 gst_plugin_get_name (plugin)); in GST_START_TEST() 176 gst_plugin_get_name (plugin)); in GST_START_TEST()
|
D | gstplugin.c | 65 gst_plugin_get_name (plugin)); in GST_START_TEST() 172 fail_unless_equals_string (gst_plugin_get_name (plugin), "coreelements"); in GST_START_TEST()
|
D | gstprotection.c | 193 g_print ("Element %s\n", gst_plugin_get_name (plugin)); in GST_START_TEST()
|
/third_party/gstreamer/gstreamer/tools/ |
D | gst-inspect.c | 1173 return strcmp (gst_plugin_get_name ((GstPlugin *) p1), in gst_plugin_name_compare_func() 1174 gst_plugin_get_name ((GstPlugin *) p2)); in gst_plugin_name_compare_func() 1198 g_print (" %s\n", gst_plugin_get_name (plugin)); in print_blacklist() 1257 gst_plugin_get_name (plugin)); in print_element_list() 1294 gst_plugin_get_name (plugin), RESET_COLOR, ELEMENT_NAME_COLOR, in print_element_list() 1307 gst_plugin_get_name (plugin), RESET_COLOR, ELEMENT_NAME_COLOR, in print_element_list() 1325 gst_plugin_get_name (plugin), RESET_COLOR, ELEMENT_NAME_COLOR, in print_element_list() 1368 gst_plugin_get_name (plugin)); in print_all_uri_handlers() 1381 gst_plugin_get_name (plugin)); in print_all_uri_handlers() 1450 PROP_VALUE_COLOR, gst_plugin_get_name (plugin), RESET_COLOR); in print_plugin_info() [all …]
|
/third_party/gstreamer/gstplugins_good/tests/check/generic/ |
D | states.c | 59 gst_plugin_get_name (plugin)); in setup()
|
/third_party/gstreamer/gstreamer/libs/gst/helpers/ |
D | gst-completion-helper.c | 138 gst_plugin_get_name (plugin)); in _list_features()
|
/third_party/gstreamer/gstplugins_base/tests/check/generic/ |
D | states.c | 58 gst_plugin_get_name (plugin)); in setup()
|
/third_party/gstreamer/gstreamer/gst/ |
D | gstplugin.h | 339 const gchar* gst_plugin_get_name (GstPlugin *plugin);
|
D | gstpluginfeature.c | 227 return gst_plugin_get_name (feature->plugin); in gst_plugin_feature_get_plugin_name()
|
D | gstregistry.c | 278 gst_plugin_get_name (plugin)); in gst_registry_finalize() 543 plugin, gst_plugin_get_name (plugin)); in gst_registry_remove_plugin()
|
D | gst.c | 893 gst_plugin_get_name (plugin)); in gst_debug_help()
|
D | gstplugin.c | 1031 gst_plugin_get_name (GstPlugin * plugin) in gst_plugin_get_name() function
|
/third_party/gstreamer/gstreamer/libs/gst/check/ |
D | gstcheck.c | 306 ret = strcmp (gst_plugin_get_name (a), gst_plugin_get_name (b)); in sort_plugins() 321 GST_LOG ("%20s@%s", gst_plugin_get_name (plugin), in print_plugins()
|
/third_party/gstreamer/gstreamer/docs/ |
D | gst-hotdoc-plugins-scanner.c | 902 gst_plugin_get_name (plugin), in main() 914 gst_plugin_get_name (plugin)); in main() 937 gst_plugin_get_name (plugin)); in main()
|
/third_party/gstreamer/gstplugins_bad/tests/check/generic/ |
D | states.c | 61 gst_plugin_get_name (plugin)); in setup()
|
/third_party/gstreamer/gstreamer/tests/check/generic/ |
D | states.c | 57 gst_plugin_get_name (plugin)); in setup()
|
/third_party/gstreamer/gstreamer/ |
D | ChangeLog | 88242 Avoid calling gst_plugin_get_name() too many times but instead cache
|