summaryrefslogtreecommitdiffstats
path: root/ext/shout2
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2005-06-29 17:57:44 +0000
committerWim Taymans <wim.taymans@gmail.com>2005-06-29 17:57:44 +0000
commit094d0b479448a307f07d4ee9789f368a27919daf (patch)
treef83b9516197c9e29d367f2404220559a88f8be7d /ext/shout2
parent4f6abe59e9f6826ee2d5113ed6903b6e5a3ec76c (diff)
ext/shout2/gstshout2.c: Fix build.
Original commit message from CVS: * ext/shout2/gstshout2.c: (gst_shout2send_render): Fix build.
Diffstat (limited to 'ext/shout2')
-rw-r--r--ext/shout2/gstshout2.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/ext/shout2/gstshout2.c b/ext/shout2/gstshout2.c
index acfa9587..f3061e53 100644
--- a/ext/shout2/gstshout2.c
+++ b/ext/shout2/gstshout2.c
@@ -361,10 +361,9 @@ gst_shout2send_render (GstBaseSink * sink, GstBuffer * buf)
shout2send = GST_SHOUT2SEND (sink);
-
if (shout2send->clock && shout2send->sync) {
//GST_DEBUG("using GStreamer clock to sync");
- gst_element_wait (GST_ELEMENT (shout2send), GST_BUFFER_TIMESTAMP (buf));
+ //gst_element_wait (GST_ELEMENT (shout2send), GST_BUFFER_TIMESTAMP (buf));
} else {
//GST_DEBUG("using libshout to sync");
shout_sync (shout2send->conn);