diff options
author | Wim Taymans <wim.taymans@collabora.co.uk> | 2012-04-02 11:07:18 +0200 |
---|---|---|
committer | Wim Taymans <wim.taymans@collabora.co.uk> | 2012-04-02 11:07:18 +0200 |
commit | 53e264d63100687ae3bdbb8affa40d3d9bb63c12 (patch) | |
tree | 8730e336b75e6b2bd1a2a746288b5d447fdfb648 | |
parent | b8eeca8804e36fde4e0f8b0bac71c7cc94b9f73c (diff) |
rtpmux: fix compilation
-rw-r--r-- | 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 5babda47d..20ed5a1c3 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) { |