From bb345a584d57f24c83979680fca47e6cd19112ac Mon Sep 17 00:00:00 2001 From: Matej Knopp Date: Thu, 26 Jan 2012 06:58:46 -0500 Subject: [PATCH] rtpmux: Fix compiler warnings --- gst/rtpmanager/gstrtpmux.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gst/rtpmanager/gstrtpmux.c b/gst/rtpmanager/gstrtpmux.c index 253f463..de09fd4 100644 --- a/gst/rtpmanager/gstrtpmux.c +++ b/gst/rtpmanager/gstrtpmux.c @@ -355,7 +355,8 @@ process_buffer_locked (GstRTPMux * rtp_mux, GstRTPMuxPadPrivate * padpriv, gst_rtp_buffer_set_ssrc (rtpbuffer, rtp_mux->current_ssrc); gst_rtp_mux_readjust_rtp_timestamp_locked (rtp_mux, padpriv, rtpbuffer); - GST_LOG_OBJECT (rtp_mux, "Pushing packet size %d, seq=%d, ts=%u", + GST_LOG_OBJECT (rtp_mux, + "Pushing packet size %" G_GSIZE_FORMAT ", seq=%d, ts=%u", rtpbuffer->map.size, rtp_mux->seqnum, gst_rtp_buffer_get_timestamp (rtpbuffer)); -- 2.7.4