summaryrefslogtreecommitdiffstats
path: root/ext/esd/gstesd.c
diff options
context:
space:
mode:
authorDavid Schleef <ds@schleef.org>2003-07-17 08:08:09 +0000
committerDavid Schleef <ds@schleef.org>2003-07-17 08:08:09 +0000
commit8da323b63d7e9b5fa14f45081c00b29a50a77adc (patch)
treed28f52f026a9273cf2468c94bf3839be3b1b1392 /ext/esd/gstesd.c
parente0cf75ee7ace961c9e51341cb9869c787a3588b8 (diff)
Added clock to esdsink based on GstAudioClock
Original commit message from CVS: Added clock to esdsink based on GstAudioClock
Diffstat (limited to 'ext/esd/gstesd.c')
-rw-r--r--ext/esd/gstesd.c2
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;