summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAngel Carpintero <ack@telefonica.net>2003-07-28 10:56:00 +0000
committerAngel Carpintero <ack@telefonica.net>2003-07-28 10:56:00 +0000
commit61f3c61d925172ea16e5eaacf5d50edf34486ddf (patch)
tree53e2eadcceda6c7cc2368e82817828fe6f5c3d02
parentc5345b1b8790d1daaadae596b992b2db5805025d (diff)
Fix gst_speexdec_details information now plugin can be register without problems
Original commit message from CVS: Fix gst_speexdec_details information now plugin can be register without problems
-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>",