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.
--Lee
Fix timeline view bug that only shows 1 frame per event
Re: Fix timeline view bug that only shows 1 frame per event
Here's a new version of the patch that prevents an error message I saw in the logs when mouseing over mp4 captures.
--Lee
--Lee
- Attachments
-
- 0001-Fix-timeline-only-showing-1-event-per-frame.patch.txt
- Improved patch to fix timeline bug
- (1.05 KiB) Downloaded 297 times
Re: Fix timeline view bug that only shows 1 frame per event
I'll merge and release in 1.34.23
Re: Fix timeline view bug that only shows 1 frame per event
Awesome. Thanks
--Lee
--Lee