Use pygst.require

This commit is contained in:
Thomas Adamcik 2010-04-15 20:50:59 +02:00
parent f5763810d5
commit 3bf91964cc

View File

@ -3,6 +3,9 @@ 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 pygst
pygst.require('0.10')
import gst
import logging
import threading