From ccc4b960fca29dd8fa6f52c3f3a24aa144bdd934 Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Wed, 25 Jan 2012 16:46:44 +0100 Subject: [PATCH] rtpmux: more porting --- gst/rtpmanager/gstrtpmux.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst/rtpmanager/gstrtpmux.c b/gst/rtpmanager/gstrtpmux.c index 59f7dbe048..4a2c56cf14 100644 --- a/gst/rtpmanager/gstrtpmux.c +++ b/gst/rtpmanager/gstrtpmux.c @@ -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) {