mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-22 15:18:21 +00:00
virtual wtay patch
Original commit message from CVS: virtual wtay patch
This commit is contained in:
parent
ea003f663a
commit
7ad2309eea
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue