[Bug 703486] Implement GstNavigation interface in glimagesink

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Thu Jul 3 02:18:41 PDT 2014


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

--- Comment #7 from Sebastian Dröge (slomo) <slomo at coaxion.net> 2014-07-03 09:18:39 UTC ---
Maybe GstGLWindow could have a signal that is emitted whenever a navigation
event happens, and glimagesink (or any other use of GstGLWindow) can connect to
that and then do whatever is necessary, e.g. sending the navigation event into
the pipeline.

This signal could be just taking a GstEvent, but that seems weird. So maybe

> void mouse-event(const char *event, int button, double x, double y)
> void key-event(const char *event, const char *key)

just like the API to create GstEvents from these values. What do you think?

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