[pitivi] project.py: put a seeker in the project



commit 5a7078b26795d082998b5213bcb465d820e36145
Author: Brandon Lewis <brandon_lewis alum berkeley edu>
Date:   Tue Dec 1 16:00:29 2009 -0800

    project.py: put a seeker in the project

 pitivi/project.py |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/pitivi/project.py b/pitivi/project.py
index fc4776e..614a197 100644
--- a/pitivi/project.py
+++ b/pitivi/project.py
@@ -33,6 +33,7 @@ from pitivi.sourcelist import SourceList
 from pitivi.settings import ExportSettings
 from pitivi.signalinterface import Signallable
 from pitivi.action import ViewAction
+from pitivi.utils import Seeker
 
 class ProjectError(Exception):
     """Project error"""
@@ -90,6 +91,7 @@ class Project(Signallable, Loggable):
         self.pipeline = Pipeline()
         self.view_action = ViewAction()
         self.view_action.addProducers(self.factory)
+        self.seeker = Seeker(80)
 
     def release(self):
         self.pipeline.release()



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