mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-02 05:28:48 +00:00
[MOVED FROM GST-P-FARSIGHT] Make debug print accurate
This commit is contained in:
parent
498635f9b1
commit
95ea8a98fb
1 changed files with 1 additions and 1 deletions
|
@ -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));
|
||||
|
||||
|
|
Loading…
Reference in a new issue