Home
last modified time | relevance | path

Searched refs:gst_plugin_get_filename (Results 1 – 6 of 6) sorted by relevance

/third_party/gstreamer/gstreamer/tests/check/gst/
Dgstregistry.c53 GST_STR_NULL (gst_plugin_get_filename (plugin))); in print_plugin()
119 if (gst_plugin_get_filename (plugin)) { in GST_START_TEST()
143 if (gst_plugin_get_filename (plugin)) { in GST_START_TEST()
/third_party/gstreamer/gstplugins_bad/ext/wpe/
Dgstwpe.cpp45 gchar *dirname = g_path_get_dirname (gst_plugin_get_filename (plugin)); in plugin_init()
/third_party/gstreamer/gstreamer/gst/
Dgstplugin.h345 const gchar* gst_plugin_get_filename (GstPlugin *plugin);
Dgstplugin.c1063 gst_plugin_get_filename (GstPlugin * plugin) in gst_plugin_get_filename() function
/third_party/gstreamer/gstreamer/libs/gst/check/
Dgstcheck.c322 GST_STR_NULL (gst_plugin_get_filename (plugin))); in print_plugins()
/third_party/gstreamer/gstreamer/tools/
Dgst-inspect.c1443 const gchar *filename = gst_plugin_get_filename (plugin); in print_plugin_info()