From cf965d711c54d9058169598eaf51db2c921d3147 Mon Sep 17 00:00:00 2001 From: Jan Schmidt Date: Mon, 12 May 2008 14:12:08 +0000 Subject: [PATCH] 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. --- ChangeLog | 6 ++++++ common | 2 +- gst/rtpmanager/gstrtpjitterbuffer.c | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) 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 */