[Bug 728753] glimagesink: Failed to create context with libMali

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Thu May 1 05:39:48 PDT 2014


https://bugzilla.gnome.org/show_bug.cgi?id=728753
  GStreamer | gst-plugins-bad | git

Sebastian Dröge (slomo) <slomo> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED

--- Comment #19 from Sebastian Dröge (slomo) <slomo at coaxion.net> 2014-05-01 12:39:46 UTC ---
This hopefully fixes it once and for all in all cases

commit cad1bb32c8dc34290524e029cb27a930eb84fa78
Author: Sebastian Dröge <sebastian at centricular.com>
Date:   Thu May 1 14:36:54 2014 +0200

    gl: Try harder to load symbols from the correct place

    This commit makes the loading of the GModules threadsafe, and
    always first tries to load the symbol for the GL library that
    is selected for the current context. Only then it falls back
    to looking into the current module (NULL), and only as a last
    resort the context specific function (e.g. eglGetProcAddress())
    is called.

    Also add configure parameters to select the names of the library
    modules instead of using the defaults, and let the defaults be
    independent of the G_MODULE_SUFFIX.

    https://bugzilla.gnome.org/show_bug.cgi?id=728753

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