Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/ext/lv2/
Dgstlv2utils.c618 LilvNode *lv2def, *lv2min, *lv2max; in gst_lv2_class_get_param_spec() local
646 lilv_port_get_range (lv2plugin, port, &lv2def, &lv2min, &lv2max); in gst_lv2_class_get_param_spec()
650 if (lv2min) in gst_lv2_class_get_param_spec()
651 lower = lilv_node_as_float (lv2min); in gst_lv2_class_get_param_spec()
656 lilv_node_free (lv2min); in gst_lv2_class_get_param_spec()
660 if (lv2def && lv2min) { in gst_lv2_class_get_param_spec()