Add TODO comment
authorRené Stadler <mail@renestadler.de>
Wed, 23 Jan 2008 15:07:51 +0000 (17:07 +0200)
committerStefan Sauer <ensonic@users.sf.net>
Thu, 11 Sep 2014 18:51:44 +0000 (20:51 +0200)
debug-viewer/GstDebugViewer/Plugins/Timeline.py

index 55bcf78..3667465 100644 (file)
@@ -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: