[gstreamer-bugs] [Bug 599991] fails to load libpython
GStreamer (bugzilla.gnome.org)
bugzilla at gnome.org
Wed Aug 25 02:19:17 PDT 2010
https://bugzilla.gnome.org/show_bug.cgi?id=599991
GStreamer | gst-python | 0.10.17
--- Comment #8 from Alessandro Decina <alessandro.d at gmail.com> 2010-08-25 09:19:12 UTC ---
Ok I see what the check tries to do.
Ideally we shouldn't link libgstpythonplugin to -lpython2.6 directly. If you
have a python app loading a plugin via libgstpythonplugin, there's no need to
link to libpython since the symbols are already loaded in the interpreter.
I committed a fix to check for _Py_NoneStruct instead of Py_None. Now we should
fix the rest to:
1) not link libgstpythonplugin to -lpython2.6
2) figure out the correct path to libpython so that it doesn't fail when we try
to load it manually
--
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
More information about the Gstreamer-bugs
mailing list