[gstreamer-bugs] [Bug 599991] fails to load libpython

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Thu Oct 29 01:25:10 PDT 2009


https://bugzilla.gnome.org/show_bug.cgi?id=599991
  GStreamer | gst-python | 0.10.17

Sebastian Dröge <slomo> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1

--- Comment #3 from Sebastian Dröge <slomo at circular-chaos.org> 2009-10-29 08:25:06 UTC ---
Then the question is, why line gstpythonplugin.c line 332 fails:

g_module_symbol (g_module_open (NULL, G_MODULE_BIND_LOCAL), "Py_None", 
&has_python);


The attached patch is not correct though, this won't work on Windows for
example, or when the so version of libpython changes. Better solution would be,
to let configure check for the real path/filename of libpython and let the
plugin use that then.

-- 
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