From 61f3c61d925172ea16e5eaacf5d50edf34486ddf Mon Sep 17 00:00:00 2001 From: Angel Carpintero Date: Mon, 28 Jul 2003 10:56:00 +0000 Subject: 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 --- ext/speex/gstspeexdec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ", -- cgit