filesrc.py: Call gobject.threads_init() in the example

Fixes: #633033
This commit is contained in:
Jan Schmidt 2010-10-26 17:53:42 +01:00
parent 34bf6206a7
commit ce850ed9a8

View file

@ -24,7 +24,7 @@
# Boston, MA 02111-1307, USA.
import sys
import gobject
import gobject; gobject.threads_init()
import pygst
pygst.require('0.10')
import gst