From c41c16424dfc2f508f11395dacc93563610011ed Mon Sep 17 00:00:00 2001 From: Nicola Murino Date: Fri, 5 Apr 2013 14:38:43 +0200 Subject: [PATCH] rtpsbcdepay: fix printf format compiler warnings https://bugzilla.gnome.org/show_bug.cgi?id=697343 --- gst/rtp/gstrtpsbcdepay.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst/rtp/gstrtpsbcdepay.c b/gst/rtp/gstrtpsbcdepay.c index 5f7c5c05c8..5bf91ea832 100644 --- a/gst/rtp/gstrtpsbcdepay.c +++ b/gst/rtp/gstrtpsbcdepay.c @@ -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)) {