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

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Thu Aug 26 04:57:53 PDT 2010


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

--- Comment #14 from Alessandro Decina <alessandro.d at gmail.com> 2010-08-26 11:57:49 UTC ---
The patch above, which makes gst_plugin_load_file load the gst-python plugin
loader with G_MODULE_BIND_LAZY, is the only missing piece of the puzzle.

If people don't mind this change to core too much, it is the easiest way to get
python plugins working again.

If people do mind, there's an alternative option, which is to split
libgstpython.so in two, say libgstpython-loader.so and libgstpython.so. 
libgstpython-loader.so would be a regular gst plugin that g_module_open's
libgstpython.so (a .so but not a gstplugin) with G_MODULE_BIND_LAZY.

Discuss!

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