mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-24 16:18:16 +00:00
Behave a little better with unparsable/colored files
This commit is contained in:
parent
026604747a
commit
527b3ed2ef
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue