[pitivi/ges: 16/287] Inits GES
- From: Jean-FranÃois Fortin Tam <jfft src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [pitivi/ges: 16/287] Inits GES
- Date: Thu, 15 Mar 2012 16:27:10 +0000 (UTC)
commit 47969f201a51500eb443804620f4e5728188514a
Author: Mathieu Duponchelle <seeed laposte net>
Date: Sun Aug 28 19:42:59 2011 +0200
Inits GES
pitivi/application.py | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/pitivi/application.py b/pitivi/application.py
index f28315c..e5c8c09 100644
--- a/pitivi/application.py
+++ b/pitivi/application.py
@@ -30,6 +30,7 @@ from optparse import OptionParser
import os
import sys
import urllib
+import ges
from pitivi.pitivigstutils import patch_gst_python
patch_gst_python()
@@ -62,6 +63,7 @@ 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]