virtual wtay patch

Original commit message from CVS:
virtual wtay patch
This commit is contained in:
Thomas Vander Stichele 2002-05-27 23:02:02 +00:00
parent ea003f663a
commit 7ad2309eea

View 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;