mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-25 07:26:29 +00:00
fix license of tremor Vorbis plugin to be LGPL not GPL
Original commit message from CVS: fix license of tremor Vorbis plugin to be LGPL not GPL
This commit is contained in:
parent
3706527bc8
commit
415c7f8dc6
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@ GstElementDetails ivorbisfile_details =
|
||||||
{
|
{
|
||||||
"Ogg Vorbis decoder",
|
"Ogg Vorbis decoder",
|
||||||
"Codec/Audio/Decoder",
|
"Codec/Audio/Decoder",
|
||||||
"GPL",
|
"LGPL",
|
||||||
"Decodes OGG Vorbis audio using the Tremor vorbisfile API",
|
"Decodes OGG Vorbis audio using the Tremor vorbisfile API",
|
||||||
VERSION,
|
VERSION,
|
||||||
"Monty <monty@xiph.org>\n"
|
"Monty <monty@xiph.org>\n"
|
||||||
|
|
Loading…
Reference in a new issue