[Bug 739608] New: gl/ios: Create a GL subview internally

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Tue Nov 4 00:56:30 PST 2014


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

           Summary: gl/ios: Create a GL subview internally
    Classification: Platform
           Product: GStreamer
           Version: git
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: Normal
         Component: gst-plugins-bad
        AssignedTo: gstreamer-bugs at lists.freedesktop.org
        ReportedBy: slomo at coaxion.net
         QAContact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---


Currently we require the application to provide us with a UIView that has a
CEAGLLayer as its layer. This is not very obvious to users and we really don't
have to require that.

The alternative would be to do the same we do on OSX already: create a UIView
with a CEAGLLayer as layer internally, and then add it as a subview to the
UIView that is passed by the application. This change should also be backwards
compatible.

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