[Bug 703486] Implement GstNavigation interface in glimagesink

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Mon Aug 4 07:08:05 PDT 2014


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

--- Comment #33 from Vasilis Liaskovitis <vliaskov at gmail.com> 2014-08-04 14:08:01 UTC ---
Also some questions for wayland support:

- mouse buttons clicks are handled with wl_pointer_listener 's button function
(pointer_handle_button() in gstglwindow_wayland_egl client) . However as the
wayland-client-protocol.h says "The location of the click is given by the last
motion or enter event. ". So should we save some state in the 
gstglwindow_wayland_egl client in order for mouse clicks to have accurate
position info? and where should that state be(e.g. in struct window?)

- the keyboard_listener is disabled in gstglwindow_wayland_egl. Can i reenable
it, and also send navigation key events, or is there a reason for it being
disabled ?

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