mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-02 12:32:29 +00:00
add threads_init() function
Original commit message from CVS: add threads_init() function
This commit is contained in:
parent
adc7a92b83
commit
b8ec40b07c
2 changed files with 8 additions and 0 deletions
|
@ -36,3 +36,7 @@ sys.setdlopenflags(dl.RTLD_LAZY | dl.RTLD_GLOBAL)
|
||||||
del devloc, sys, os
|
del devloc, sys, os
|
||||||
|
|
||||||
from _gstreamer import *
|
from _gstreamer import *
|
||||||
|
|
||||||
|
def threads_init():
|
||||||
|
import gtk
|
||||||
|
gtk.threads_init()
|
||||||
|
|
|
@ -36,3 +36,7 @@ sys.setdlopenflags(dl.RTLD_LAZY | dl.RTLD_GLOBAL)
|
||||||
del devloc, sys, os
|
del devloc, sys, os
|
||||||
|
|
||||||
from _gstreamer import *
|
from _gstreamer import *
|
||||||
|
|
||||||
|
def threads_init():
|
||||||
|
import gtk
|
||||||
|
gtk.threads_init()
|
||||||
|
|
Loading…
Reference in a new issue