rtpsbcdepay: fix printf format compiler warnings

https://bugzilla.gnome.org/show_bug.cgi?id=697343
This commit is contained in:
Nicola Murino 2013-04-05 14:38:43 +02:00 committed by Tim-Philipp Müller
parent a30476497f
commit c41c16424d

View 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)) {