summaryrefslogtreecommitdiffstats
path: root/ext/speex/gstspeex.c
diff options
context:
space:
mode:
authorEdgard Lima <edgard.lima@indt.org.br>2005-10-10 19:57:40 +0000
committerEdgard Lima <edgard.lima@indt.org.br>2005-10-10 19:57:40 +0000
commitddecb1d34a27268dfc705af413a35d79fed427c8 (patch)
treedf19adee4b1af6654d0430c00fa588a84fd65147 /ext/speex/gstspeex.c
parent9566dd506b97cf03b7c8d08bca6af5d7991c7201 (diff)
Speexenc ported to 0.9.
Original commit message from CVS: Speexenc ported to 0.9.
Diffstat (limited to 'ext/speex/gstspeex.c')
-rw-r--r--ext/speex/gstspeex.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/speex/gstspeex.c b/ext/speex/gstspeex.c
index d30b796b..18e74b5c 100644
--- a/ext/speex/gstspeex.c
+++ b/ext/speex/gstspeex.c
@@ -26,11 +26,11 @@
static gboolean
plugin_init (GstPlugin * plugin)
{
-#if 0
+
if (!gst_element_register (plugin, "speexenc", GST_RANK_NONE,
GST_TYPE_SPEEXENC))
return FALSE;
-#endif
+
if (!gst_element_register (plugin, "speexdec", GST_RANK_PRIMARY,
GST_TYPE_SPEEXDEC))
return FALSE;