[pitivi/ges: 51/287] Initialise GES the right way



commit d75d94a48fad0d1653156d9a76e7271920a3ea3d
Author: Thibault Saunier <thibault saunier collabora com>
Date:   Wed Oct 5 18:07:18 2011 -0300

    Initialise GES the right way

 pitivi/__init__.py    |    4 ++++
 pitivi/application.py |    2 --
 2 files changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/pitivi/__init__.py b/pitivi/__init__.py
index af30c89..1ce4cad 100644
--- a/pitivi/__init__.py
+++ b/pitivi/__init__.py
@@ -3,5 +3,9 @@ Main PiTiVi package
 """
 
 import gobject
+import ges
+
 # This call must be made before any "import gst" call!
 gobject.threads_init()
+
+ges.init()
diff --git a/pitivi/application.py b/pitivi/application.py
index 63995a2..b2e7298 100644
--- a/pitivi/application.py
+++ b/pitivi/application.py
@@ -63,8 +63,6 @@ from pitivi.ui.startupwizard import StartUpWizard
 # AND THEN load up the required parts.
 # This will result in a much better end-user experience
 
-ges.init()
-
 
 class Pitivi(Loggable, Signallable):
     """



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