proxy: Fix plugin definition

I'm not sure how this was missed in review...
This commit is contained in:
Nirbheek Chauhan 2018-02-08 15:19:12 +05:30
parent f6104ca38b
commit 20a6dacf71

View 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)