diff options
author | Andy Wingo <wingo@pobox.com> | 2002-09-29 18:02:12 +0000 |
---|---|---|
committer | Andy Wingo <wingo@pobox.com> | 2002-09-29 18:02:12 +0000 |
commit | e671bcd2cd5016a1caba06cb4951015e5b33706a (patch) | |
tree | f3399bf8dd1edac4eb35afd204ef984c5b84df36 | |
parent | 19169a8e9fc50aba79b65cfcac87c817ca0b9654 (diff) | |
download | gst-plugins-bad-e671bcd2cd5016a1caba06cb4951015e5b33706a.tar.gz gst-plugins-bad-e671bcd2cd5016a1caba06cb4951015e5b33706a.tar.bz2 gst-plugins-bad-e671bcd2cd5016a1caba06cb4951015e5b33706a.zip |
add license
Original commit message from CVS:
add license
-rw-r--r-- | gst/filter/gstiir.c | 1 | ||||
-rw-r--r-- | gst/filter/gstlpwsinc.c | 1 | ||||
-rw-r--r-- | sys/cdrom/gstcdplayer.c | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/gst/filter/gstiir.c b/gst/filter/gstiir.c index 7b548f30..0176a3ba 100644 --- a/gst/filter/gstiir.c +++ b/gst/filter/gstiir.c @@ -25,6 +25,7 @@ GstElementDetails gst_iir_details = { "IIR", "Filter/Audio/Effect", + "LGPL", "IIR filter based on vorbis code", VERSION, "Monty <monty@xiph.org>, "\ diff --git a/gst/filter/gstlpwsinc.c b/gst/filter/gstlpwsinc.c index 664df870..1d5e6e3b 100644 --- a/gst/filter/gstlpwsinc.c +++ b/gst/filter/gstlpwsinc.c @@ -38,6 +38,7 @@ GstElementDetails gst_lpwsinc_details = { "LPWSinc", "Filter/Audio/Effect", + "LGPL", "Low-pass Windowed sinc filter", VERSION, "Thomas <thomas@apestaart.org>", diff --git a/sys/cdrom/gstcdplayer.c b/sys/cdrom/gstcdplayer.c index 7852276f..d8fd103e 100644 --- a/sys/cdrom/gstcdplayer.c +++ b/sys/cdrom/gstcdplayer.c @@ -57,6 +57,7 @@ static GstElementClass *parent_class; static GstElementDetails cdplayer_details = { "CD Player", "Generic/Bin", + "LGPL", "Play CD audio through the CD Drive", VERSION, "Charles Schmidt <cbschmid@uiuc.edu>", |