mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 15:51:11 +00:00
rtprtxsend: convert LOG message to TRACE
This is printed too often (for every chained buffer!) and just clutters the logs.
This commit is contained in:
parent
9ffef7ecd5
commit
1622d4c894
1 changed files with 1 additions and 1 deletions
|
@ -694,7 +694,7 @@ process_buffer (GstRtpRtxSend * rtx, GstBuffer * buffer)
|
|||
rtptime = gst_rtp_buffer_get_timestamp (&rtp);
|
||||
gst_rtp_buffer_unmap (&rtp);
|
||||
|
||||
GST_LOG_OBJECT (rtx,
|
||||
GST_TRACE_OBJECT (rtx,
|
||||
"Processing buffer seqnum: %" G_GUINT16_FORMAT ", ssrc: %"
|
||||
G_GUINT32_FORMAT, seqnum, ssrc);
|
||||
|
||||
|
|
Loading…
Reference in a new issue