proxy: Fix plugin definition
authorNirbheek Chauhan <nirbheek@centricular.com>
Thu, 8 Feb 2018 09:49:12 +0000 (15:19 +0530)
committerNirbheek Chauhan <nirbheek@centricular.com>
Thu, 8 Feb 2018 09:49:12 +0000 (15:19 +0530)
I'm not sure how this was missed in review...

gst/proxy/gstproxy.c

index 03e1888..fbe4e5e 100644 (file)
@@ -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)