diff options
Diffstat (limited to 'gst')
-rw-r--r-- | gst/proxy/gstproxy.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/proxy/gstproxy.c b/gst/proxy/gstproxy.c index 03e188891..fbe4e5ee2 100644 --- a/gst/proxy/gstproxy.c +++ b/gst/proxy/gstproxy.c @@ -40,4 +40,4 @@ GST_PLUGIN_DEFINE (GST_VERSION_MAJOR, GST_VERSION_MINOR, proxy, "plugin for proxied inter-pipeline communication", - plugin_init, VERSION, "LGPL", "gstproxy", "http://centricular.com") + plugin_init, VERSION, "LGPL", PACKAGE_NAME, GST_PACKAGE_ORIGIN) |