Home
last modified time | relevance | path

Searched refs:gst_lv2_audio_node (Results 1 – 3 of 3) sorted by relevance

/third_party/gstreamer/gstplugins_bad/ext/lv2/
Dgstlv2.c73 LilvNode *gst_lv2_audio_node = NULL; variable
133 if (lilv_port_is_a (lv2plugin, port, gst_lv2_audio_node)) { in lv2_count_ports()
274 gst_lv2_audio_node = lilv_new_uri (gst_lv2_world_node, LILV_URI_AUDIO_PORT); in plugin_init()
381 lilv_node_free (gst_lv2_audio_node); in plugin_cleanup()
Dgstlv2.h32 G_GNUC_INTERNAL extern LilvNode *gst_lv2_audio_node;
Dgstlv2utils.c894 if (lilv_port_is_a (lv2plugin, port, gst_lv2_audio_node)) { in gst_lv2_class_init()