diff options
author | Christian Schaller <uraeus@gnome.org> | 2003-07-10 15:48:09 +0000 |
---|---|---|
committer | Christian Schaller <uraeus@gnome.org> | 2003-07-10 15:48:09 +0000 |
commit | 8242fc6938184d462c9ba380721f7f53a49b063f (patch) | |
tree | 59136b1cfea4b6f614f39a08f10abe75fe09d769 /ext/libfame/gstfamedec.c | |
parent | 415c7f8dc6842003215921834570ca4c04ac2de7 (diff) | |
download | gst-plugins-bad-8242fc6938184d462c9ba380721f7f53a49b063f.tar.gz gst-plugins-bad-8242fc6938184d462c9ba380721f7f53a49b063f.tar.bz2 gst-plugins-bad-8242fc6938184d462c9ba380721f7f53a49b063f.zip |
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
Diffstat (limited to 'ext/libfame/gstfamedec.c')
-rw-r--r-- | ext/libfame/gstfamedec.c | 2 |
1 files changed, 1 insertions, 1 deletions
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" |