summaryrefslogtreecommitdiffstats
path: root/ext/speex/gstspeexdec.c
diff options
context:
space:
mode:
authorBrian Cameron <brian.cameron@sun.com>2003-07-25 10:50:47 +0000
committerBrian Cameron <brian.cameron@sun.com>2003-07-25 10:50:47 +0000
commit469443563eef50363ef28cedcff242c386b04e82 (patch)
tree6d7116ca66edaee852639da96b8f5b8f4657a26b /ext/speex/gstspeexdec.c
parent63f7cb4275dd2ba8f43b0f367851e25af5b433a6 (diff)
Adding needed license information. The patch was reviewed and approved by
Original commit message from CVS: Adding needed license information. The patch was reviewed and approved by Christian Shaller. Ronald Bultje and Benjamin also responded with comments.
Diffstat (limited to 'ext/speex/gstspeexdec.c')
-rw-r--r--ext/speex/gstspeexdec.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/speex/gstspeexdec.c b/ext/speex/gstspeexdec.c
index 93c1782c..0d3a8bb4 100644
--- a/ext/speex/gstspeexdec.c
+++ b/ext/speex/gstspeexdec.c
@@ -31,6 +31,7 @@ extern GstPadTemplate *speexdec_src_template, *speexdec_sink_template;
GstElementDetails gst_speexdec_details = {
"speex audio decoder",
"Codec/Audio/Decoder",
+ "LGPL"
".speex",
VERSION,
"Wim Taymans <wim.taymans@chello.be>",