[gst-devel] python-gst : core dump with sync-message

Antoine Pitrou antoine.pitrou at wengo.fr
Mon Oct 16 14:43:11 CEST 2006


Le lundi 16 octobre 2006 à 13:06 +0200, Edward Hervey a écrit :
> You should use these lines before in order to be sure you're using gst
> 0.10, and tell gobject that you're using threads (because you are
> using the synchronous messages coming from a different thread than the
> main thread):
> 
> import gobject
> gobject.threads_init()
> import pygst
> pygst.require('0.10')

Thanks a lot !

Antoine.






More information about the gstreamer-devel mailing list