From 20a6dacf711fce58a41de648d8cd243d41c94567 Mon Sep 17 00:00:00 2001 From: Nirbheek Chauhan Date: Thu, 8 Feb 2018 15:19:12 +0530 Subject: proxy: Fix plugin definition I'm not sure how this was missed in review... --- gst/proxy/gstproxy.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit v1.2.1