From: Wim Taymans Date: Wed, 2 Feb 2011 17:27:52 +0000 (+0100) Subject: source: fix type of ntpnstime X-Git-Tag: RELEASE-0.10.29~641 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=61382aad280abfd719c5ce23b4cd0fe34552b1c1;p=platform%2Fupstream%2Fgst-plugins-good.git source: fix type of ntpnstime --- diff --git a/gst/rtpmanager/rtpsource.c b/gst/rtpmanager/rtpsource.c index e7872d8..fb9e039 100644 --- a/gst/rtpmanager/rtpsource.c +++ b/gst/rtpmanager/rtpsource.c @@ -1361,7 +1361,7 @@ rtp_source_process_sr (RTPSource * src, GstClockTime time, guint64 ntptime, * Update the report block in @src. */ void -rtp_source_process_rb (RTPSource * src, GstClockTime ntpnstime, +rtp_source_process_rb (RTPSource * src, guint64 ntpnstime, guint8 fractionlost, gint32 packetslost, guint32 exthighestseq, guint32 jitter, guint32 lsr, guint32 dlsr) {