mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-26 10:10:32 +00:00
Add TODO comment
This commit is contained in:
parent
e5d490cabe
commit
f998069d6b
1 changed files with 2 additions and 0 deletions
|
@ -55,6 +55,8 @@ class LineFrequencySentinel (object):
|
|||
model_iter_nth_child = self.model.iter_nth_child
|
||||
col_id = self.model.COL_TIME
|
||||
|
||||
# TODO: Rewrite using a lightweight view object + bisect.
|
||||
|
||||
while True:
|
||||
middle = (last_index - first_index) // 2 + first_index
|
||||
if middle == first_index:
|
||||
|
|
Loading…
Reference in a new issue