Home
last modified time | relevance | path

Searched refs:gst_plugin_get_name (Results 1 – 17 of 17) sorted by relevance

/third_party/gstreamer/gstreamer/tests/check/gst/
Dgstregistry.c31 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()
Dgstplugin.c65 gst_plugin_get_name (plugin)); in GST_START_TEST()
172 fail_unless_equals_string (gst_plugin_get_name (plugin), "coreelements"); in GST_START_TEST()
Dgstprotection.c193 g_print ("Element %s\n", gst_plugin_get_name (plugin)); in GST_START_TEST()
/third_party/gstreamer/gstreamer/tools/
Dgst-inspect.c1173 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/
Dstates.c59 gst_plugin_get_name (plugin)); in setup()
/third_party/gstreamer/gstreamer/libs/gst/helpers/
Dgst-completion-helper.c138 gst_plugin_get_name (plugin)); in _list_features()
/third_party/gstreamer/gstplugins_base/tests/check/generic/
Dstates.c58 gst_plugin_get_name (plugin)); in setup()
/third_party/gstreamer/gstreamer/gst/
Dgstplugin.h339 const gchar* gst_plugin_get_name (GstPlugin *plugin);
Dgstpluginfeature.c227 return gst_plugin_get_name (feature->plugin); in gst_plugin_feature_get_plugin_name()
Dgstregistry.c278 gst_plugin_get_name (plugin)); in gst_registry_finalize()
543 plugin, gst_plugin_get_name (plugin)); in gst_registry_remove_plugin()
Dgst.c893 gst_plugin_get_name (plugin)); in gst_debug_help()
Dgstplugin.c1031 gst_plugin_get_name (GstPlugin * plugin) in gst_plugin_get_name() function
/third_party/gstreamer/gstreamer/libs/gst/check/
Dgstcheck.c306 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/
Dgst-hotdoc-plugins-scanner.c902 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/
Dstates.c61 gst_plugin_get_name (plugin)); in setup()
/third_party/gstreamer/gstreamer/tests/check/generic/
Dstates.c57 gst_plugin_get_name (plugin)); in setup()
/third_party/gstreamer/gstreamer/
DChangeLog88242 Avoid calling gst_plugin_get_name() too many times but instead cache