diff --git a/ChangeLog b/ChangeLog index 4b56bc30ad..5a862a44ae 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2008-05-12 Jan Schmidt + + * gst/rtpmanager/gstrtpjitterbuffer.c: + (gst_rtp_jitter_buffer_loop): + Initialise with GST_CLOCK_TIME_NONE to avoid compiler warning. + 2008-05-11 Jan Schmidt * docs/plugins/Makefile.am: diff --git a/common b/common index dbf8f3aece..2d9c09df0f 160000 --- a/common +++ b/common @@ -1 +1 @@ -Subproject commit dbf8f3aeceb6e57de097951a670cd853b4886ad8 +Subproject commit 2d9c09df0fe4ad3f570fea9f649cfc6c4511080d diff --git a/gst/rtpmanager/gstrtpjitterbuffer.c b/gst/rtpmanager/gstrtpjitterbuffer.c index 30f961dc8d..df68e2470f 100644 --- a/gst/rtpmanager/gstrtpjitterbuffer.c +++ b/gst/rtpmanager/gstrtpjitterbuffer.c @@ -1103,7 +1103,7 @@ again: GstClockTime sync_time; GstClockReturn ret; GstClock *clock; - GstClockTime duration = -1; + GstClockTime duration = GST_CLOCK_TIME_NONE; if (gap > 0) { /* we have a gap */