[Bug 754680] fix support for EGL through GstVideoGLTextureUploadMeta

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Thu Nov 17 09:03:42 UTC 2016


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

Hyunjun Ko <zzoon at igalia.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #338671|0                           |1
        is obsolete|                            |

--- Comment #34 from Hyunjun Ko <zzoon at igalia.com> ---
Created attachment 340105
  --> https://bugzilla.gnome.org/attachment.cgi?id=340105&action=edit
[PATCH 02/11] libs: display: Refactor the current design by using new 
GstVaapiDisplayGLIface

Cut the relation between GstVaapi(native)Display and GstVaapiDisplayGLX/EGL.
Then GstVaapiDisplayGLX/EGL implements specific operation on its own platform,
based on new GstVapiDisplayGLIface

So gst-vaapi elements could create vaapi display for native
display(X11/Wayland) first, then bind GL stuff once gl context is found.

Note that this removes compatiblity between X11 and EGL display type,
which doesn't make sense.

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