mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-24 02:31:03 +00:00
lv2: update url for port-groups extension
This commit is contained in:
parent
b51403fea8
commit
fcf7b11a55
1 changed files with 1 additions and 1 deletions
|
@ -855,7 +855,7 @@ plugin_init (GstPlugin * plugin)
|
|||
output_class = slv2_value_new_uri (world, SLV2_PORT_CLASS_OUTPUT);
|
||||
|
||||
#define NS_LV2 "http://lv2plug.in/ns/lv2core#"
|
||||
#define NS_PG "http://lv2plug.in/ns/dev/port-groups#"
|
||||
#define NS_PG "http://lv2plug.in/ns/ext/port-groups"
|
||||
|
||||
integer_prop = slv2_value_new_uri (world, NS_LV2 "integer");
|
||||
toggled_prop = slv2_value_new_uri (world, NS_LV2 "toggled");
|
||||
|
|
Loading…
Reference in a new issue