summaryrefslogtreecommitdiffstats
path: root/ext/speex/gstspeex.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext/speex/gstspeex.c')
-rw-r--r--ext/speex/gstspeex.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/ext/speex/gstspeex.c b/ext/speex/gstspeex.c
index cde74576..c80211c4 100644
--- a/ext/speex/gstspeex.c
+++ b/ext/speex/gstspeex.c
@@ -26,6 +26,12 @@
static gboolean
plugin_init (GstPlugin * plugin)
{
+ if (!gst_library_load ("gstbytestream"))
+ return FALSE;
+
+ if (!gst_library_load ("gsttags"))
+ return FALSE;
+
if (!gst_element_register (plugin, "speexenc", GST_RANK_NONE,
GST_TYPE_SPEEXENC))
return FALSE;