mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-07 07:58:51 +00:00
python: Do not initialize GES at import time
This commit is contained in:
parent
4318f683d9
commit
c22e2dcfac
1 changed files with 0 additions and 7 deletions
|
@ -55,10 +55,3 @@ try:
|
||||||
Gst
|
Gst
|
||||||
except:
|
except:
|
||||||
raise RuntimeError("GSt couldn't be imported, make sure you have gst-python installed")
|
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")
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue