lv2: update url for port-groups extension

This commit is contained in:
Stefan Kost 2011-03-07 22:41:30 +02:00
parent b51403fea8
commit fcf7b11a55

View file

@ -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");