summaryrefslogtreecommitdiff
path: root/ext/audiofile/gstaf.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext/audiofile/gstaf.c')
-rw-r--r--ext/audiofile/gstaf.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/ext/audiofile/gstaf.c b/ext/audiofile/gstaf.c
index 4e2b3e9a7..cec38f1eb 100644
--- a/ext/audiofile/gstaf.c
+++ b/ext/audiofile/gstaf.c
@@ -25,6 +25,9 @@
static gboolean
plugin_init (GModule *module, GstPlugin *plugin)
{
+ if (!gst_library_load ("gstbytestream"))
+ return FALSE;
+
gst_afsink_plugin_init (module, plugin);
gst_afsrc_plugin_init (module, plugin);
gst_afparse_plugin_init (module, plugin);