summaryrefslogtreecommitdiffstats
path: root/ext/speex
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
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')
-rw-r--r--ext/speex/gstspeexdec.c1
-rw-r--r--ext/speex/gstspeexenc.c1
2 files changed, 2 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>",
diff --git a/ext/speex/gstspeexenc.c b/ext/speex/gstspeexenc.c
index 19e40736..dd4cb45f 100644
--- a/ext/speex/gstspeexenc.c
+++ b/ext/speex/gstspeexenc.c
@@ -31,6 +31,7 @@ extern GstPadTemplate *speexenc_src_template, *speexenc_sink_template;
GstElementDetails gst_speexenc_details = {
"speex audio encoder",
"Codec/Audio/Encoder",
+ "LGPL",
".speex",
VERSION,
"Wim Taymans <wim.taymans@chello.be>",