After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 529731 - release the GIL around gst_element_factory_make
release the GIL around gst_element_factory_make
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-python
git master
Other Linux
: Normal normal
: 0.10.12
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2008-04-24 15:00 UTC by Alessandro Decina
Modified: 2008-04-28 10:36 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
fix (753 bytes, patch)
2008-04-24 15:01 UTC, Alessandro Decina
committed Details | Review

Description Alessandro Decina 2008-04-24 15:00:36 UTC
The patch releases the GIL before calling gst_element_factory_make.
Comment 1 Alessandro Decina 2008-04-24 15:01:24 UTC
Created attachment 109830 [details] [review]
fix
Comment 2 Edward Hervey 2008-04-28 10:36:57 UTC
2008-04-28  Edward Hervey  <edward.hervey@collabora.co.uk>

	Patch by: Alessandro Decina <alessandro at nnva dot org>
	* gst/gstelementfactory.override:
	Release GIL in gst_element_factory_overrides.
	Fixes #529731