mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 04:01:08 +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
|
||||
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")
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue