diff options
m--------- | common | 0 | ||||
-rw-r--r-- | ext/ladspa/gstladspa.c | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/common b/common -Subproject 959da4a43c2e6218eb4f43e8c7e29c1db4157db +Subproject c6e5de72d79afdcad7d7b3cf4a35305f7f3ddeb diff --git a/ext/ladspa/gstladspa.c b/ext/ladspa/gstladspa.c index dbf9f933..c6d0e0b2 100644 --- a/ext/ladspa/gstladspa.c +++ b/ext/ladspa/gstladspa.c @@ -626,4 +626,4 @@ GST_PLUGIN_DEFINE (GST_VERSION_MAJOR, GST_VERSION_MINOR, "ladspa", "All LADSPA plugins", - plugin_init, VERSION, GST_LICENSE, GST_PACKAGE, GST_ORIGIN) + plugin_init, VERSION, GST_LICENSE, GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN) |