mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-04 05:22:30 +00:00
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:
parent
415c7f8dc6
commit
8242fc6938
2 changed files with 5 additions and 1 deletions
4
ext/libfame/README
Normal file
4
ext/libfame/README
Normal file
|
@ -0,0 +1,4 @@
|
|||
This plugin uses the libfame library available at:
|
||||
http://fame.sf.net
|
||||
|
||||
libfame is available under the LGPL license
|
|
@ -32,7 +32,7 @@
|
|||
static GstElementDetails gst_famedec_details = {
|
||||
"MPEG1 and MPEG4 video decoder using the famedec library",
|
||||
"Codec/Video/Encoder",
|
||||
"GPL",
|
||||
"LGPL",
|
||||
"Uses famedec to decode MPEG video streams",
|
||||
VERSION,
|
||||
"famedec: (C) 2000-2001, Vivien Chappelier\n"
|
||||
|
|
Loading…
Reference in a new issue