[Bug 729245] gl: rename platform cocoa to cgl to be more consistent with context type

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Tue May 27 01:08:51 PDT 2014


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

Julien Isorce <julien.isorce> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|1.4.0                       |1.3.3

--- Comment #3 from Julien Isorce <julien.isorce at gmail.com> 2014-05-27 08:08:45 UTC ---
commit ce4a2b68286f505c3caa77501fd63ab10f139fd9
Author: Julien Isorce <julien.isorce at gmail.com>
Date:   Tue May 27 08:54:20 2014 +0100

    gl: add missing cgl and eagl context type

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

commit fbe6dd9c5f645ba2af050d46b080dc180c37c165
Author: Julien Isorce <julien.isorce at gmail.com>
Date:   Tue May 27 08:46:16 2014 +0100

    gl: rename platform cocoa to cgl

    Before:
    GST_GL_PLATFORM=cocoa GST_GL_WINDOW=cocoa
    gst-launch-1.0 videotestsrc ! glimagesink

    After:
    GST_GL_PLATFORM=cgl GST_GL_WINDOW=cocoa
    gst-launch-1.0 videotestsrc ! glimagesink

    but still pass --enable-cocoa to configure script
    because currently it can only be used with cocoa API.

    We could later have cgl/gstglcontext_cgl.h that manages
    a CGLContextObj directly and cocoa/gstglcontext_cocoa.h
    would just wrap it.
    So that it could be used with other Apple's window APIs.

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

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