Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/ext/lv2/
Dgstlv2.c76 LilvNode *gst_lv2_event_node = NULL; variable
278 gst_lv2_event_node = lilv_new_uri (gst_lv2_world_node, LILV_URI_EVENT_PORT); in plugin_init()
384 lilv_node_free (gst_lv2_event_node); in plugin_cleanup()
Dgstlv2.h35 G_GNUC_INTERNAL extern LilvNode *gst_lv2_event_node;
Dgstlv2utils.c920 } else if (lilv_port_is_a (lv2plugin, port, gst_lv2_event_node)) { in gst_lv2_class_init()