diff options
Diffstat (limited to 'ext/speex/gstspeex.c')
-rw-r--r-- | ext/speex/gstspeex.c | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/ext/speex/gstspeex.c b/ext/speex/gstspeex.c index c80211c4..d30b796b 100644 --- a/ext/speex/gstspeex.c +++ b/ext/speex/gstspeex.c @@ -26,16 +26,11 @@ static gboolean plugin_init (GstPlugin * plugin) { - if (!gst_library_load ("gstbytestream")) - return FALSE; - - if (!gst_library_load ("gsttags")) - return FALSE; - +#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; |