Sudden timestamp jump message
This commit is contained in:
parent
7337285c8d
commit
9743f405a3
1 changed files with 3 additions and 0 deletions
|
@ -469,6 +469,9 @@ namespace Mist {
|
|||
HIGH_MSG("Wrong order on track %lu ignored: %lu < %lu", tid, packet.getTime(), myMeta.tracks[tid].lastms);
|
||||
return;
|
||||
}
|
||||
if (packet.getTime() > myMeta.tracks[tid].lastms + 30000 && myMeta.tracks[tid].lastms){
|
||||
WARN_MSG("Sudden jump in timestamp from %" PRIu64 " to %" PRIu64, myMeta.tracks[tid].lastms, packet.getTime());
|
||||
}
|
||||
}
|
||||
|
||||
//Determine if we need to open the next page
|
||||
|
|
Loading…
Add table
Reference in a new issue