From 8242fc6938184d462c9ba380721f7f53a49b063f Mon Sep 17 00:00:00 2001 From: Christian Schaller Date: Thu, 10 Jul 2003 15:48:09 +0000 Subject: 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 --- ext/libfame/README | 4 ++++ ext/libfame/gstfamedec.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 ext/libfame/README (limited to 'ext') diff --git a/ext/libfame/README b/ext/libfame/README new file mode 100644 index 00000000..ad83eb6d --- /dev/null +++ b/ext/libfame/README @@ -0,0 +1,4 @@ +This plugin uses the libfame library available at: +http://fame.sf.net + +libfame is available under the LGPL license diff --git a/ext/libfame/gstfamedec.c b/ext/libfame/gstfamedec.c index 20bcc79b..1864487f 100644 --- a/ext/libfame/gstfamedec.c +++ b/ext/libfame/gstfamedec.c @@ -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" -- cgit v1.2.1