rtpmux: Fix compiler warnings

This commit is contained in:
Matej Knopp 2012-01-26 06:58:46 -05:00 committed by Tim-Philipp Müller
parent af4e999c59
commit bb345a584d

View file

@ -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));