Page 1 of 1

Fix timeline view bug that only shows 1 frame per event

Posted: Wed Dec 09, 2020 4:43 pm
by leewells
Git patch against 1.34.22 to allow the timeline view to display multiple frames per event.

Once it had any frame, it was calling showEventData() instead of requestFrameData(). Now it will only call showEventData() if it has the event AND the frame.

0001-Fix-timeline-only-showing-1-event-per-frame.patch.txt
git patch to fix timeline 1 frame/event bug
(1.02 KiB) Downloaded 254 times
--Lee

Re: Fix timeline view bug that only shows 1 frame per event

Posted: Wed Dec 16, 2020 6:14 pm
by leewells
Here's a new version of the patch that prevents an error message I saw in the logs when mouseing over mp4 captures.

--Lee

Re: Fix timeline view bug that only shows 1 frame per event

Posted: Wed Dec 16, 2020 9:45 pm
by iconnor
I'll merge and release in 1.34.23

Re: Fix timeline view bug that only shows 1 frame per event

Posted: Wed Dec 16, 2020 9:49 pm
by leewells
Awesome. Thanks
--Lee