Add fixme about possible multiprocessing+glib issue
This commit is contained in:
parent
3934c44295
commit
41bb558a8d
@ -1,5 +1,7 @@
|
|||||||
import gobject
|
import gobject
|
||||||
gobject.threads_init()
|
gobject.threads_init()
|
||||||
|
# FIXME make sure we don't get hit by
|
||||||
|
# http://jameswestby.net/weblog/tech/14-caution-python-multiprocessing-and-glib-dont-mix.html
|
||||||
|
|
||||||
import gst
|
import gst
|
||||||
import logging
|
import logging
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user