rtpsbcdepay: fix printf format compiler warnings
authorNicola Murino <nicola.murino@gmail.com>
Fri, 5 Apr 2013 12:38:43 +0000 (14:38 +0200)
committerTim-Philipp Müller <tim@centricular.net>
Fri, 5 Apr 2013 12:50:19 +0000 (13:50 +0100)
https://bugzilla.gnome.org/show_bug.cgi?id=697343

gst/rtp/gstrtpsbcdepay.c

index 5f7c5c05c8e1d94899180561d9c2fa888693ef98..5bf91ea8329da0156f72c3fa62d103e0e3d576b7 100644 (file)
@@ -202,7 +202,7 @@ gst_rtp_sbc_depay_process (GstRTPBaseDepayload * base, GstBuffer * in)
 
   gst_rtp_buffer_map (in, GST_MAP_READ, &rtp);
 
-  GST_LOG_OBJECT (depay, "Got %" G_GUINT64_FORMAT " bytes",
+  GST_LOG_OBJECT (depay, "Got %" G_GSIZE_FORMAT " bytes",
       gst_buffer_get_size (in));
 
   if (gst_rtp_buffer_get_marker (&rtp)) {