mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +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",
|
||||
"Codec/Audio/Decoder",
|
||||
"GPL",
|
||||
"LGPL",
|
||||
"Decodes OGG Vorbis audio using the Tremor vorbisfile API",
|
||||
VERSION,
|
||||
"Monty <monty@xiph.org>\n"
|
||||
|
|
Loading…
Reference in a new issue