Gst: Do not initialize Gst at init
authorThibault Saunier <thibault.saunier@collabora.com>
Mon, 26 Aug 2013 21:35:48 +0000 (17:35 -0400)
committerThibault Saunier <thibault.saunier@collabora.com>
Mon, 26 Aug 2013 21:35:48 +0000 (17:35 -0400)
Letting the user choose when to initialize it himself

gi/overrides/Gst.py

index f779739..8b1b79a 100644 (file)
@@ -259,15 +259,9 @@ class Fraction(Gst.Fraction):
 Fraction = override(Fraction)
 __all__.append('Fraction')
 
-initialized, argv = Gst.init_check(sys.argv)
-
 import _gi_gst
 _gi_gst
 
-sys.argv = list(argv)
-if not initialized:
-    raise RuntimeError("Gst couldn't be initialized")
-
 # maybe more python and less C some day if core turns a bit more introspection
 # and binding friendly in the debug area
 Gst.log = _gi_gst.log