diff options
Diffstat (limited to 'ext/esd/gstesd.c')
-rw-r--r-- | ext/esd/gstesd.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/esd/gstesd.c b/ext/esd/gstesd.c index 3f016323..24a9842a 100644 --- a/ext/esd/gstesd.c +++ b/ext/esd/gstesd.c @@ -30,6 +30,8 @@ plugin_init (GModule *module, GstPlugin *plugin) { gboolean ret; + if (!gst_library_load ("gstaudio")) return FALSE; + ret = gst_esdsink_factory_init(plugin); if(ret == FALSE) return FALSE; |