diff --git a/debug-viewer/GstDebugViewer/Plugins/Timeline.py b/debug-viewer/GstDebugViewer/Plugins/Timeline.py index 0ce97f6a34..4ea47d127d 100644 --- a/debug-viewer/GstDebugViewer/Plugins/Timeline.py +++ b/debug-viewer/GstDebugViewer/Plugins/Timeline.py @@ -121,6 +121,10 @@ class LineFrequencySentinel (object): first_index = found target_ts += step + if step == 0: + result = [] + partitions = [] + self.step = step self.data = result self.partitions = partitions