[pitivi] pipeline: Add a debugging statement to know when seeking failed



commit 331dda17efcbc9059164b38c296c813a562698ce
Author: Edward Hervey <bilboed bilboed com>
Date:   Wed Jun 24 15:52:08 2009 +0200

    pipeline: Add a debugging statement to know when seeking failed

 pitivi/pipeline.py |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/pitivi/pipeline.py b/pitivi/pipeline.py
index fcdaa94..b4887e2 100644
--- a/pitivi/pipeline.py
+++ b/pitivi/pipeline.py
@@ -413,6 +413,7 @@ class Pipeline(Signallable, Loggable):
                                   gst.SEEK_TYPE_SET, position,
                                   gst.SEEK_TYPE_NONE, -1)
         if not res:
+            self.debug("seeking failed")
             raise PipelineError("seek failed")
         self.debug("seeking succesfull")
         self.emit('position', position)



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