rtpsource: Add more information to probation warning
This commit is contained in:
parent
84c102b6fe
commit
a6e7f258ac
@ -1210,7 +1210,9 @@ bad_sequence:
|
|||||||
}
|
}
|
||||||
probation_seqnum:
|
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->curr_probation = src->probation;
|
||||||
src->stats.max_seq = seqnr;
|
src->stats.max_seq = seqnr;
|
||||||
return FALSE;
|
return FALSE;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user