close and reopen event when we hit section_length
This commit is contained in:
parent
75b4f4f2b3
commit
f6b6daafab
|
@ -1725,6 +1725,8 @@ bool Monitor::Analyse() {
|
||||||
timestamp->tv_sec - video_store_data->recording.tv_sec,
|
timestamp->tv_sec - video_store_data->recording.tv_sec,
|
||||||
section_length
|
section_length
|
||||||
);
|
);
|
||||||
|
closeEvent();
|
||||||
|
event = new Event(this, *timestamp, cause, noteSetMap);
|
||||||
}
|
}
|
||||||
} // end if event
|
} // end if event
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue