[gstreamer-bugs] [Bug 616592] plugin_init confuses filename extensions for libpython

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Thu Jun 3 05:38:22 PDT 2010


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

--- Comment #2 from Tim-Philipp Müller <t.i.m at zen.co.uk> 2010-06-03 12:38:17 UTC ---
Created an attachment (id=162642)
 View: https://bugzilla.gnome.org/attachment.cgi?id=162642
 Review: https://bugzilla.gnome.org/review?bug=616592&attachment=162642

tentative patch: don't assume G_MODULE_SUFFIX is identical to the suffix for
shared libs

    Don't use G_MODULE_SUFFIX when trying to load libpython in the python
    plugin loader. On OSX, the standard suffix for modules is '.so' while
    it's '.dylib' for libraries.

    Fixes #616592.

(Completely untested.)

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