gst/gstmodule.c (python_do_pending_calls): Use
authorJohan Dahlin <johan@gnome.org>
Wed, 29 Sep 2004 11:13:21 +0000 (11:13 +0000)
committerJohan Dahlin <johan@gnome.org>
Wed, 29 Sep 2004 11:13:21 +0000 (11:13 +0000)
commitf915e8d4738ea544dd4b86d73db0297c2ebe5818
tree3b3dd7332169f6a5d3ea63ec1e1266d54562cd67
parente6a9dec4748b9912796b01569b0007735ef1199a
gst/gstmodule.c (python_do_pending_calls): Use

Original commit message from CVS:
* gst/gstmodule.c (python_do_pending_calls): Use
PyOS_InterruptOccurred and only hold the GIL during
PyErr_SetNone. Use _pygst_main_quit to avoid errors/aborts. Also
use the pygtk provided gil macros instead of the python ones.
ChangeLog
gst/gstmodule.c