mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 19:51:11 +00:00
proxy: Fix plugin definition
I'm not sure how this was missed in review...
This commit is contained in:
parent
f6104ca38b
commit
20a6dacf71
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue