mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-24 02:31:03 +00:00
fix license field of lame plugin to say LGPL, lame is LGPL. Add Readme with info
Original commit message from CVS: fix license field of lame plugin to say LGPL, lame is LGPL. Add Readme with info
This commit is contained in:
parent
608d79f6c4
commit
d3664b8e12
2 changed files with 5 additions and 1 deletions
4
ext/lame/README
Normal file
4
ext/lame/README
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
The lame plugin uses the lame library available at:
|
||||||
|
lame.sourceforge.net
|
||||||
|
|
||||||
|
lame is available under the terms of the LGPL license
|
|
@ -28,7 +28,7 @@ static GstElementDetails gst_lame_details =
|
||||||
{
|
{
|
||||||
"L.A.M.E. mp3 encoder",
|
"L.A.M.E. mp3 encoder",
|
||||||
"Codec/Audio/Encoder",
|
"Codec/Audio/Encoder",
|
||||||
"GPL",
|
"LGPL",
|
||||||
"High-quality free MP3 encoder",
|
"High-quality free MP3 encoder",
|
||||||
VERSION,
|
VERSION,
|
||||||
"Erik Walthinsen <omega@cse.ogi.edu>",
|
"Erik Walthinsen <omega@cse.ogi.edu>",
|
||||||
|
|
Loading…
Reference in a new issue