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
This commit is contained in:
Angel Carpintero 2003-07-28 10:56:00 +00:00
parent c5345b1b87
commit 61f3c61d92

View file

@ -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>",