mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +00:00
aacparse: Fix license specified in plugin details.
This commit is contained in:
parent
35a0e4d889
commit
8f1d41637c
1 changed files with 1 additions and 2 deletions
|
@ -856,5 +856,4 @@ GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
|
||||||
GST_VERSION_MINOR,
|
GST_VERSION_MINOR,
|
||||||
"aacparse",
|
"aacparse",
|
||||||
"Advanced Audio Coding Parser",
|
"Advanced Audio Coding Parser",
|
||||||
plugin_init, VERSION, GST_LICENSE_UNKNOWN, GST_PACKAGE_NAME,
|
plugin_init, VERSION, "LGPL", GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN);
|
||||||
GST_PACKAGE_ORIGIN);
|
|
||||||
|
|
Loading…
Reference in a new issue