From 8da323b63d7e9b5fa14f45081c00b29a50a77adc Mon Sep 17 00:00:00 2001 From: David Schleef Date: Thu, 17 Jul 2003 08:08:09 +0000 Subject: Added clock to esdsink based on GstAudioClock Original commit message from CVS: Added clock to esdsink based on GstAudioClock --- ext/esd/gstesd.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ext/esd/gstesd.c') 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; -- cgit