From 7ad2309eea83bfa63296915917f9c6591b63e6d0 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Mon, 27 May 2002 23:02:02 +0000 Subject: virtual wtay patch Original commit message from CVS: virtual wtay patch --- sys/oss/gstosssink.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys') diff --git a/sys/oss/gstosssink.c b/sys/oss/gstosssink.c index f8efa01c..602b97b0 100644 --- a/sys/oss/gstosssink.c +++ b/sys/oss/gstosssink.c @@ -460,7 +460,7 @@ gst_osssink_chain (GstPad *pad, GstBuffer *buf) gint size = GST_BUFFER_SIZE (buf); if (osssink->clock) { - gint delay; + gint delay = 0; gint64 queued; GstClockTimeDiff jitter; -- cgit