[Bug 752743] gl: add support for egl+x11+swrast on osx

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Mon Jul 27 01:10:35 PDT 2015


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

Julien Isorce <julien.isorce at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #308198|reviewed                    |none
             status|                            |
 Attachment #308198|0                           |1
        is obsolete|                            |

--- Comment #26 from Julien Isorce <julien.isorce at gmail.com> ---
Created attachment 308200
  --> https://bugzilla.gnome.org/attachment.cgi?id=308200&action=edit
gl: support cgl, egl and glx within a same build

Here is the patch I pushed

commit 5e4b94c1bbf530db49b56915154f4d9fabd09bec
Author: Julien Isorce <julien.isorce at gmail.com>
Date:   Mon Jul 6 00:52:06 2015 +0100

    gl: support cgl, egl and glx within a same build

    On osx, with the same build,
    gst-launch-1.0 videotestsrc ! glimagesink works with:

    GST_GL_PLATFORM=egl GST_GL_WINDOW=x11 GST_GL_API=gles2
    GST_GL_PLATFORM=egl GST_GL_WINDOW=x11 GST_GL_API=opengl

    GST_GL_PLATFORM=glx GST_GL_WINDOW=x11 GST_GL_API=opengl

    GST_GL_PLATFORM=cgl GST_GL_WINDOW=cocoa GST_GL_API=opengl
    GST_GL_PLATFORM=cgl GST_GL_WINDOW=cocoa GST_GL_API=opengl3

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

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