mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +00:00
gst/rtpmanager/gstrtpjitterbuffer.c: Initialise with GST_CLOCK_TIME_NONE to avoid compiler warning.
Original commit message from CVS: * gst/rtpmanager/gstrtpjitterbuffer.c: (gst_rtp_jitter_buffer_loop): Initialise with GST_CLOCK_TIME_NONE to avoid compiler warning.
This commit is contained in:
parent
b1ef03968a
commit
95ab282083
1 changed files with 1 additions and 1 deletions
|
@ -1103,7 +1103,7 @@ again:
|
||||||
GstClockTime sync_time;
|
GstClockTime sync_time;
|
||||||
GstClockReturn ret;
|
GstClockReturn ret;
|
||||||
GstClock *clock;
|
GstClock *clock;
|
||||||
GstClockTime duration = -1;
|
GstClockTime duration = GST_CLOCK_TIME_NONE;
|
||||||
|
|
||||||
if (gap > 0) {
|
if (gap > 0) {
|
||||||
/* we have a gap */
|
/* we have a gap */
|
||||||
|
|
Loading…
Reference in a new issue