gst-plugins-bad: rtpmux: fix compilation

Wim Taymans wtay at kemper.freedesktop.org
Mon Apr 2 02:07:39 PDT 2012


Module: gst-plugins-bad
Branch: master
Commit: 53e264d63100687ae3bdbb8affa40d3d9bb63c12
URL:    http://cgit.freedesktop.org/gstreamer/gst-plugins-bad/commit/?id=53e264d63100687ae3bdbb8affa40d3d9bb63c12

Author: Wim Taymans <wim.taymans at collabora.co.uk>
Date:   Mon Apr  2 11:07:18 2012 +0200

rtpmux: fix compilation

---

 gst/rtpmux/gstrtpmux.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/gst/rtpmux/gstrtpmux.c b/gst/rtpmux/gstrtpmux.c
index 5babda4..20ed5a1 100644
--- a/gst/rtpmux/gstrtpmux.c
+++ b/gst/rtpmux/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) {



More information about the gstreamer-commits mailing list