[0.11] gst-plugins-bad: more porting
Wim Taymans
wtay at kemper.freedesktop.org
Wed Jan 25 07:46:56 PST 2012
Module: gst-plugins-bad
Branch: 0.11
Commit: bc1067ce4b674c78a3ff5909cd3bebde3b76b3cb
URL: http://cgit.freedesktop.org/gstreamer/gst-plugins-bad/commit/?id=bc1067ce4b674c78a3ff5909cd3bebde3b76b3cb
Author: Wim Taymans <wim.taymans at collabora.co.uk>
Date: Wed Jan 25 16:46:44 2012 +0100
more porting
---
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 59f7dbe..4a2c56c 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_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) {
More information about the gstreamer-commits
mailing list