rtpmux: more porting
authorWim Taymans <wim.taymans@collabora.co.uk>
Wed, 25 Jan 2012 15:46:44 +0000 (16:46 +0100)
committerTim-Philipp Müller <tim@centricular.net>
Sun, 16 Dec 2012 16:35:26 +0000 (16:35 +0000)
gst/rtpmanager/gstrtpmux.c

index 59f7dbe..4a2c56c 100644 (file)
@@ -357,7 +357,7 @@ 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",
-      rtpbuffer->size, rtp_mux->seqnum,
+      rtpbuffer->map.size, rtp_mux->seqnum,
       gst_rtp_buffer_get_timestamp (rtpbuffer));
 
   if (padpriv) {