fix license of fame plugin to say LGPL not GPL as the libfame library is LGPL

Original commit message from CVS:
fix license of fame plugin to say LGPL not GPL as the libfame library is LGPL
Add readme with some info
This commit is contained in:
Christian Schaller 2003-07-10 15:48:09 +00:00
parent 415c7f8dc6
commit 8242fc6938
2 changed files with 5 additions and 1 deletions

4
ext/libfame/README Normal file
View file

@ -0,0 +1,4 @@
This plugin uses the libfame library available at:
http://fame.sf.net
libfame is available under the LGPL license

View file

@ -32,7 +32,7 @@
static GstElementDetails gst_famedec_details = { static GstElementDetails gst_famedec_details = {
"MPEG1 and MPEG4 video decoder using the famedec library", "MPEG1 and MPEG4 video decoder using the famedec library",
"Codec/Video/Encoder", "Codec/Video/Encoder",
"GPL", "LGPL",
"Uses famedec to decode MPEG video streams", "Uses famedec to decode MPEG video streams",
VERSION, VERSION,
"famedec: (C) 2000-2001, Vivien Chappelier\n" "famedec: (C) 2000-2001, Vivien Chappelier\n"