From 0de3ebc5b26b3e3404386db6e058b42150ad7181 Mon Sep 17 00:00:00 2001 From: Nicolas Dufresne Date: Wed, 24 Apr 2019 13:54:12 -0400 Subject: [PATCH] rtpsource: Add more information to probation warning --- gst/rtpmanager/rtpsource.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/gst/rtpmanager/rtpsource.c b/gst/rtpmanager/rtpsource.c index 4d90795..7079e16 100644 --- a/gst/rtpmanager/rtpsource.c +++ b/gst/rtpmanager/rtpsource.c @@ -1210,7 +1210,9 @@ bad_sequence: } probation_seqnum: { - GST_WARNING ("probation: seqnr %d != expected %d", seqnr, expected); + GST_WARNING ("probation: seqnr %d != expected %d " + "(SSRC %u curr_probation %i probation %i)", seqnr, expected, src->ssrc, + src->curr_probation, src->probation); src->curr_probation = src->probation; src->stats.max_seq = seqnr; return FALSE; -- 2.7.4