mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-02 04:22:27 +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);
|
gint size = GST_BUFFER_SIZE (buf);
|
||||||
|
|
||||||
if (osssink->clock) {
|
if (osssink->clock) {
|
||||||
gint delay;
|
gint delay = 0;
|
||||||
gint64 queued;
|
gint64 queued;
|
||||||
GstClockTimeDiff jitter;
|
GstClockTimeDiff jitter;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue