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 155041 - [PATCH] when embedding python in C, import gst hangs
[PATCH] when embedding python in C, import gst hangs
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-python
git master
Other Linux
: Normal blocker
: 0.8.0
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2004-10-10 20:16 UTC by Zaheer Abbas Merali
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
gstmodule.c.patch (1.02 KB, patch)
2004-10-10 20:16 UTC, Zaheer Abbas Merali
none Details | Review

Description Zaheer Abbas Merali 2004-10-10 20:16:05 UTC
This is due to argc being 0 and being passed to gst_init_check
Comment 1 Zaheer Abbas Merali 2004-10-10 20:16:41 UTC
Created attachment 32461 [details] [review]
gstmodule.c.patch

The fix
Comment 2 Zaheer Abbas Merali 2004-10-10 20:50:31 UTC
Ok committed