From: Wim Taymans Date: Mon, 2 Apr 2012 09:07:18 +0000 (+0200) Subject: rtpmux: fix compilation X-Git-Tag: 1.19.3~509^2~6182 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c86156ad8fc0a43512228b2fe83c3957c2e8e028;p=platform%2Fupstream%2Fgstreamer.git rtpmux: fix compilation --- diff --git a/gst/rtpmanager/gstrtpmux.c b/gst/rtpmanager/gstrtpmux.c index 5babda4..20ed5a1 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_mux_readjust_rtp_timestamp_locked (rtp_mux, padpriv, rtpbuffer); GST_LOG_OBJECT (rtp_mux, "Pushing packet size %" G_GSIZE_FORMAT ", seq=%d, ts=%u", - rtpbuffer->map.size, rtp_mux->seqnum, + rtpbuffer->map[0].size, rtp_mux->seqnum, gst_rtp_buffer_get_timestamp (rtpbuffer)); if (padpriv) {