summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2002-05-27 23:02:02 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2002-05-27 23:02:02 +0000
commit7ad2309eea83bfa63296915917f9c6591b63e6d0 (patch)
treeccb9bc437a455c6a96d0bd51a1f9b8e19d6753b9 /sys
parentea003f663a78858145940d9b363912d57a953bed (diff)
virtual wtay patch
Original commit message from CVS: virtual wtay patch
Diffstat (limited to 'sys')
-rw-r--r--sys/oss/gstosssink.c2
1 files changed, 1 insertions, 1 deletions
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;