mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-11 09:55:36 +00:00
fix licensing terms for Goom, it is LGPL not GPL
Original commit message from CVS: fix licensing terms for Goom, it is LGPL not GPL
This commit is contained in:
parent
22364f25d3
commit
234aa1b285
2 changed files with 6 additions and 1 deletions
5
gst/goom/README
Normal file
5
gst/goom/README
Normal file
|
@ -0,0 +1,5 @@
|
|||
The Goom plugin is based on the Goom visualization code from
|
||||
the Goom homepage found at:
|
||||
http://ios.free.fr/?page=projet&quoi=1
|
||||
|
||||
Like the original library so is the Goom plugin available under the LGPL license
|
|
@ -63,7 +63,7 @@ GType gst_goom_get_type(void);
|
|||
static GstElementDetails gst_goom_details = {
|
||||
"GOOM: what a GOOM!",
|
||||
"Visualization",
|
||||
"GPL",
|
||||
"LGPL",
|
||||
"Takes frames of data and outputs video frames using the GOOM filter",
|
||||
VERSION,
|
||||
"Wim Taymans <wim.taymans@chello.be>",
|
||||
|
|
Loading…
Reference in a new issue