mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-24 02:31:03 +00:00
camerabin: Fix plugin details to use GST_PACKAGE_* values.
This commit is contained in:
parent
8f1d41637c
commit
d821246de6
1 changed files with 1 additions and 1 deletions
|
@ -2759,4 +2759,4 @@ GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
|
|||
GST_VERSION_MINOR,
|
||||
"camerabin",
|
||||
"High level api for DC (Digital Camera) application",
|
||||
plugin_init, VERSION, "LGPL", "Nokia", "http://www.nokia.com/")
|
||||
plugin_init, VERSION, "LGPL", GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN)
|
||||
|
|
Loading…
Reference in a new issue