[Bug 689809] Inconsistent keyboard navigation events in osxvideosink
GStreamer (bugzilla.gnome.org)
bugzilla at gnome.org
Sat Dec 8 04:11:09 PST 2012
https://bugzilla.gnome.org/show_bug.cgi?id=689809
GStreamer | gst-plugins-good | 0.10.31
--- Comment #1 from Alexey Chernov <4ernov at gmail.com> 2012-12-08 12:11:03 UTC ---
As promised, I submit a patch addressing key input problem in osxvideosink.
Again, thanks to my employer, Neoshpere LLC, for permission to make it public.
Unfortunately, the patch is quite big due to gst_keycode_to_keyname() function.
I think it could be more reasonable to include a cross-platform version of such
a function to somewhere like GstNavigation module and only use this function
from multiple sinks. The problem is that things which are quite
straightforward, for example, on X server and Xlib, on Mac are so confusing due
to different approach to user's input. If there were a unified function to
convert keycode (which are so much platform-independent) to exact GStreamer key
names (which are GStreamer-specific), then it would be better both for sink and
application developers.
--
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