From 1622d4c89473ff3ae3dd2e64936a92cd73c837f9 Mon Sep 17 00:00:00 2001 From: George Kiagiadakis Date: Thu, 16 Mar 2017 17:42:27 +0200 Subject: [PATCH] rtprtxsend: convert LOG message to TRACE This is printed too often (for every chained buffer!) and just clutters the logs. --- gst/rtpmanager/gstrtprtxsend.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst/rtpmanager/gstrtprtxsend.c b/gst/rtpmanager/gstrtprtxsend.c index 2412c6440..dda58c85f 100644 --- a/gst/rtpmanager/gstrtprtxsend.c +++ b/gst/rtpmanager/gstrtprtxsend.c @@ -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); -- GitLab