source: fix type of ntpnstime
authorWim Taymans <wim.taymans@collabora.co.uk>
Wed, 2 Feb 2011 17:27:52 +0000 (18:27 +0100)
committerWim Taymans <wim.taymans@collabora.co.uk>
Wed, 2 Feb 2011 17:30:47 +0000 (18:30 +0100)
gst/rtpmanager/rtpsource.c

index e7872d8..fb9e039 100644 (file)
@@ -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)
 {