[gstreamer-bugs] [Bug 597253] [gst-plugins-gl] rewrite the way a gstgldisplay is forwarded

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Fri Oct 23 01:58:44 PDT 2009


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

Julien Isorce <julien.isorce> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
                 CC|                            |fargiolas at gnome.org
         Resolution|                            |FIXED

--- Comment #3 from Julien Isorce <julien.isorce at gmail.com> 2009-10-23 08:58:41 UTC ---
commit 506c6682d6daae6e8b21657133e89cc3315caa9f
Author: Julien Isorce <julien.isorce at gmail.com>
Date:   Sun Oct 4 02:23:45 2009 +0200

    rewrite the way a gstgldisplay is transmited to the gl elements

    Before, a gstgldisplay was instancied by the gl src in terms of gl chain.
    And then the next element got it through the first gstglbuffer.
    Now, this is done though queries.
    All glelements get their ref on a gstgldisplay in READY state.
    This rewrite is mainly a first step to be able to share OpenGL context hold
    by the gstgldisplay using more complex glelements.
    For example, with a glvideomixer. The associated gstgldisplay of each gl
chain
    of the sink pads will share their OpenGL context.

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