mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 05:16:13 +00:00
rtpsource: Add more information to probation warning
This commit is contained in:
parent
84c102b6fe
commit
a6e7f258ac
1 changed files with 3 additions and 1 deletions
|
@ -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…
Reference in a new issue