[gstreamer-bugs] [Bug 611067] Shared opengl context not shared correctly

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Mon Mar 8 16:45:21 PST 2010


https://bugzilla.gnome.org/show_bug.cgi?id=611067
  GStreamer | gst-plugins-gl | 0.10.x

Julien Isorce <julien.isorce> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
                 CC|                            |julien.isorce at gmail.com
         Resolution|                            |FIXED

--- Comment #1 from Julien Isorce <julien.isorce at gmail.com> 2010-03-09 00:45:17 UTC ---
commit 08a15c61c35229483c7ccc2442f3ab933816dc4b
Author: Nicholas Panayis <nick at movency.com>
Date:   Tue Mar 9 01:35:42 2010 +0100

    gstglwindow_win32: share opengl context in correct order

    Allow to use the opengl context sharing feature if the original
    context has been used already.
    This is only possible on win32 with wglShareLists because on other
    backends, the sharing is made when a context is created.
    This new feature is only usefull when using external context
    because gst-gl internally makes sure that the orginal context is not
    already used when sharing it.

    Fix bug #611067

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