summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNirbheek Chauhan <nirbheek@centricular.com>2018-02-08 15:19:12 +0530
committerNirbheek Chauhan <nirbheek@centricular.com>2018-02-08 15:19:12 +0530
commit20a6dacf711fce58a41de648d8cd243d41c94567 (patch)
treeaf6e749a6409fcfe800cbcc8de4d41e4df949ece
parentf6104ca38bc6f6278356450a385b4b6dbe54b174 (diff)
downloadgstreamer-plugins-bad-20a6dacf711fce58a41de648d8cd243d41c94567.tar.gz
proxy: Fix plugin definition
I'm not sure how this was missed in review...
-rw-r--r--gst/proxy/gstproxy.c2
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)