virtual wtay patch
authorThomas Vander Stichele <thomas@apestaart.org>
Mon, 27 May 2002 23:02:02 +0000 (23:02 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Mon, 27 May 2002 23:02:02 +0000 (23:02 +0000)
Original commit message from CVS:
virtual wtay patch

sys/oss/gstosssink.c

index f8efa01..602b97b 100644 (file)
@@ -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;