From c22e2dcfacebbf1ef92c255405ed5edc677589da Mon Sep 17 00:00:00 2001 From: Thibault Saunier Date: Mon, 26 Aug 2013 17:41:14 -0400 Subject: [PATCH] python: Do not initialize GES at import time --- bindings/python/gi/overrides/GES.py | 7 ------- 1 file changed, 7 deletions(-) diff --git a/bindings/python/gi/overrides/GES.py b/bindings/python/gi/overrides/GES.py index 4cffe4a58f..05b5f775e1 100644 --- a/bindings/python/gi/overrides/GES.py +++ b/bindings/python/gi/overrides/GES.py @@ -55,10 +55,3 @@ try: Gst except: raise RuntimeError("GSt couldn't be imported, make sure you have gst-python installed") - -initialized = GES.init() - -if not initialized: - raise RuntimeError("GES couldn't be initialized, make sure you have gst-python installed") - -