Home
last modified time | relevance | path

Searched refs:gst_plugin_get_source (Results 1 – 11 of 11) sorted by relevance

/third_party/gstreamer/gstreamer/plugins/tracers/
Dgstfactories.c89 source_module_name = gst_plugin_get_source (plugin); in do_element_new()
131 source_module_name = gst_plugin_get_source (plugin); in do_plugin_feature_loaded()
/third_party/gstreamer/gstplugins_good/tests/check/generic/
Dstates.c54 if (strcmp (gst_plugin_get_source (plugin), PACKAGE) != 0) in setup()
/third_party/gstreamer/gstplugins_base/tests/check/generic/
Dstates.c53 if (strcmp (gst_plugin_get_source (plugin), PACKAGE) != 0) in setup()
/third_party/gstreamer/gstreamer/gst/
Dgstplugin.h354 const gchar* gst_plugin_get_source (GstPlugin *plugin);
Dgstplugin.c1111 gst_plugin_get_source (GstPlugin * plugin) in gst_plugin_get_source() function
/third_party/gstreamer/gstreamer/libs/gst/check/
Dgstcheck.c304 ret = strcmp (gst_plugin_get_source (a), gst_plugin_get_source (b)); in sort_plugins()
320 if (strcmp (gst_plugin_get_source (plugin), "BLACKLIST") != 0) { in print_plugins()
/third_party/gstreamer/gstplugins_bad/tests/check/generic/
Dstates.c56 if (strcmp (gst_plugin_get_source (plugin), PACKAGE) != 0) in setup()
/third_party/gstreamer/gstreamer/tests/check/gst/
Dgstplugin.c150 fail_unless_equals_string (gst_plugin_get_source (plugin), "gstreamer"); in GST_START_TEST()
/third_party/gstreamer/gstreamer/tests/check/generic/
Dstates.c52 if (strcmp (gst_plugin_get_source (plugin), PACKAGE) != 0) in setup()
/third_party/gstreamer/gstreamer/docs/
Dgst-hotdoc-plugins-scanner.c905 gst_plugin_get_source (plugin), in main()
/third_party/gstreamer/gstreamer/tools/
Dgst-inspect.c1460 PROP_VALUE_COLOR, gst_plugin_get_source (plugin), RESET_COLOR); in print_plugin_info()