gst/gstbase.override: Unroll the GIL state in an error case where it was missing.

Original commit message from CVS:
* gst/gstbase.override:
Unroll the GIL state in an error case where it was missing.
This commit is contained in:
Jan Schmidt 2007-04-11 09:33:37 +00:00
parent 483a107dbf
commit 87a5beb47c
2 changed files with 6 additions and 0 deletions

View file

@ -1,3 +1,8 @@
2007-04-11 Jan Schmidt <thaytan@mad.scientist.com>
* gst/gstbase.override:
Unroll the GIL state in an error case where it was missing.
2007-04-11 Jan Schmidt <thaytan@mad.scientist.com>
* gst/gstpad.override:

View file

@ -580,6 +580,7 @@ _wrap_GstBaseSink__proxy_do_get_times (GstBaseSink * self,
if (!py_self) {
if (PyErr_Occurred())
PyErr_Print();
pyg_gil_state_release(__py_state);
return;
}