From fcf7b11a55b39578a64572aa6ac70da0b2b1a06b Mon Sep 17 00:00:00 2001 From: Stefan Kost Date: Mon, 7 Mar 2011 22:41:30 +0200 Subject: [PATCH] lv2: update url for port-groups extension --- ext/lv2/gstlv2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/lv2/gstlv2.c b/ext/lv2/gstlv2.c index dd0a1d650f..caa82b7f01 100644 --- a/ext/lv2/gstlv2.c +++ b/ext/lv2/gstlv2.c @@ -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");