GNOME Bugzilla – Bug 795220
videocontext: add wayland support to "gst.vaapi.app.Display" context
Last modified: 2018-04-18 14:36:45 UTC
In bug 766704 "gst.vaapi.app.Display" was introduced with support for X11. This adds the corresponding wayland code.
Created attachment 370880 [details] [review] videocontext: add wayland support to "gst.vaapi.app.Display" context Through "gst.vaapi.app.Display" context, users can set their own VADisplay and native display of their backend. This adds wayland support. With the 'wl-display' attribute the wayland display pointer (struct wl_display *) can be specified. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Created attachment 370881 [details] [review] videocontext: add wayland support to "gst.vaapi.app.Display" context Removed SoB.
this patch is part of bug 705821 which is still incomplete, but, yeah only this part is worth to merge
It's also useful independently to handle input events.
since the patches are exactly as Hyunjun's ones, let's mark this as duplicated and I will merged the related patches *** This bug has been marked as a duplicate of bug 705821 ***
Ok, I think I'm missing something, because I looked at the patches from bug 705821 and I can't find the one that would allow me to set the display.
Doh! True. Hyunjun passed me his patches by email but he didn't upload them to bugzilla. I'll upload them now.