Searched refs:gst_plugin_get_source (Results 1 – 11 of 11) sorted by relevance
/third_party/gstreamer/gstreamer/plugins/tracers/ |
D | gstfactories.c | 89 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/ |
D | states.c | 54 if (strcmp (gst_plugin_get_source (plugin), PACKAGE) != 0) in setup()
|
/third_party/gstreamer/gstplugins_base/tests/check/generic/ |
D | states.c | 53 if (strcmp (gst_plugin_get_source (plugin), PACKAGE) != 0) in setup()
|
/third_party/gstreamer/gstreamer/gst/ |
D | gstplugin.h | 354 const gchar* gst_plugin_get_source (GstPlugin *plugin);
|
D | gstplugin.c | 1111 gst_plugin_get_source (GstPlugin * plugin) in gst_plugin_get_source() function
|
/third_party/gstreamer/gstreamer/libs/gst/check/ |
D | gstcheck.c | 304 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/ |
D | states.c | 56 if (strcmp (gst_plugin_get_source (plugin), PACKAGE) != 0) in setup()
|
/third_party/gstreamer/gstreamer/tests/check/gst/ |
D | gstplugin.c | 150 fail_unless_equals_string (gst_plugin_get_source (plugin), "gstreamer"); in GST_START_TEST()
|
/third_party/gstreamer/gstreamer/tests/check/generic/ |
D | states.c | 52 if (strcmp (gst_plugin_get_source (plugin), PACKAGE) != 0) in setup()
|
/third_party/gstreamer/gstreamer/docs/ |
D | gst-hotdoc-plugins-scanner.c | 905 gst_plugin_get_source (plugin), in main()
|
/third_party/gstreamer/gstreamer/tools/ |
D | gst-inspect.c | 1460 PROP_VALUE_COLOR, gst_plugin_get_source (plugin), RESET_COLOR); in print_plugin_info()
|