Bug#563140: application freezes in presentation mode if gtk.gdk.threads_init is called

2010-01-05 Thread Josselin Mouette
Le mardi 05 janvier 2010 à 09:18 +1100, Peter Ward a écrit : Okay, so I suppose the real question now is why I need the gtk.gdk.threads_init(). I was experiencing freezes / crashes when I added the video sink into my DrawingArea, which I believe was due to the issue here:

Bug#563140: application freezes in presentation mode if gtk.gdk.threads_init is called

2010-01-04 Thread Josselin Mouette
Le jeudi 31 décembre 2009 à 20:38 +1100, Peter Ward a écrit : Package: python-evince Version: 2.28.0-5 I'm trying to write an application which makes use of both gstreamer and python-evince - in order to get gstreamer to work properly, I need to call gtk.gdk.threads_init() when importing

Bug#563140: application freezes in presentation mode if gtk.gdk.threads_init is called

2010-01-04 Thread Peter Ward
Okay, so I suppose the real question now is why I need the gtk.gdk.threads_init(). I was experiencing freezes / crashes when I added the video sink into my DrawingArea, which I believe was due to the issue here:

Bug#563140: application freezes in presentation mode if gtk.gdk.threads_init is called

2009-12-31 Thread Peter Ward
Package: python-evince Version: 2.28.0-5 I'm trying to write an application which makes use of both gstreamer and python-evince - in order to get gstreamer to work properly, I need to call gtk.gdk.threads_init() when importing modules. This unexpectedly causes problems when using a evince.View