summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ext/speex/gstspeexdec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/speex/gstspeexdec.c b/ext/speex/gstspeexdec.c
index 0d3a8bb4..89b5c576 100644
--- a/ext/speex/gstspeexdec.c
+++ b/ext/speex/gstspeexdec.c
@@ -31,7 +31,7 @@ extern GstPadTemplate *speexdec_src_template, *speexdec_sink_template;
GstElementDetails gst_speexdec_details = {
"speex audio decoder",
"Codec/Audio/Decoder",
- "LGPL"
+ "LGPL",
".speex",
VERSION,
"Wim Taymans <wim.taymans@chello.be>",