[pitivi] previewers: Update comment about thumbnail time nanosecond precision



commit 368c180f93a47fbee84cac69444844c206620c84
Author: Alexandru Băluț <alexandru balut gmail com>
Date:   Sun Dec 8 20:11:49 2013 +0100

    previewers: Update comment about thumbnail time nanosecond precision

 pitivi/timeline/previewers.py |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/pitivi/timeline/previewers.py b/pitivi/timeline/previewers.py
index 99c0be3..1d07e4b 100644
--- a/pitivi/timeline/previewers.py
+++ b/pitivi/timeline/previewers.py
@@ -380,11 +380,13 @@ class VideoPreviewer(Clutter.ScrollActor, PreviewGenerator, Zoomable, Loggable):
                 return wish
 
     def _setThumbnail(self, time, pixbuf):
-        # TODO: is "time" guaranteed to be nanosecond precise?
+        # Q: Is "time" guaranteed to be nanosecond precise?
+        # A: Not always.
         # => __tim says: "that's how it should be"
         # => also see gst-plugins-good/tests/icles/gdkpixbufsink-test
         # => Daniel: It is *not* nanosecond precise when we remove the videorate
         #            element from the pipeline
+        # => thiblahute: not the case with mpegts
         if time in self.queue:
             self.queue.remove(time)
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]