From 95ea8a98fb1c07347decc7f8230f2bff15a81db3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Olivier=20Cr=C3=AAte?= Date: Tue, 12 Aug 2008 12:47:14 -0400 Subject: [PATCH] [MOVED FROM GST-P-FARSIGHT] Make debug print accurate --- gst/rtpmux/gstrtpmux.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst/rtpmux/gstrtpmux.c b/gst/rtpmux/gstrtpmux.c index 9eae4b67ed..5b558c1374 100644 --- a/gst/rtpmux/gstrtpmux.c +++ b/gst/rtpmux/gstrtpmux.c @@ -373,7 +373,7 @@ gst_rtp_mux_chain (GstPad * pad, GstBuffer * buffer) gst_rtp_buffer_set_ssrc (buffer, rtp_mux->current_ssrc); gst_rtp_mux_readjust_rtp_timestamp (rtp_mux, pad, buffer); GST_DEBUG_OBJECT (rtp_mux, "Pushing packet size %d, seq=%d, ts=%u", - GST_BUFFER_SIZE (buffer), rtp_mux->seqnum - 1); + GST_BUFFER_SIZE (buffer), rtp_mux->seqnum); gst_buffer_set_caps (buffer, GST_PAD_CAPS (rtp_mux->srcpad));