mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-29 19:50:40 +00:00
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:
parent
483a107dbf
commit
87a5beb47c
2 changed files with 6 additions and 0 deletions
|
@ -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:
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue