GNOME Bugzilla – Bug 671299
ximagesink & xvimagesink: replace deprecated XKeycodeToKeysym to XkbKeycodeToKeysym
Last modified: 2012-03-05 11:38:17 UTC
XKeycodeToKeysym is depressed, we should replace it
Created attachment 208944 [details] [review] ximagesink patch v1
Created attachment 208945 [details] [review] xvimagesink patch v1
Are you sure this is the right replacement? What about XkbKeycodeToKeysym() with group=0?
Created attachment 208982 [details] [review] ximagesink patch v2
Created attachment 208984 [details] [review] xvimagesink patch v2 use XkbKeycodeToKeysym instead of XKeycodeToKeysym
Created attachment 208986 [details] [review] v4l2sink patch v1 this patch is for plugins-good, but still same issue.
Thanks! commit dc7c6cf4592010b531ebad51020bf505e0435bdb Author: Oleksij Rempel (Alexey Fisher) <bug-track@fisher-privat.net> Date: Mon Mar 5 11:09:12 2012 +0100 xvimagesink: don't use deprecated XKeycodeToKeysym https://bugzilla.gnome.org/show_bug.cgi?id=671299 Signed-off-by: Oleksij Rempel (Alexey Fisher) <bug-track@fisher-privat.net> commit 6d83f695b752fbf9c62d382a0233997a9b9791d7 Author: Oleksij Rempel (Alexey Fisher) <bug-track@fisher-privat.net> Date: Mon Mar 5 11:07:39 2012 +0100 ximagesink: don't use deprecated XKeycodeToKeysym https://bugzilla.gnome.org/show_bug.cgi?id=671299 Signed-off-by: Oleksij Rempel (Alexey Fisher) <bug-track@fisher-privat.net> commit a83d2f70473d161dbb6c9ceff21dc214ec9db3a8 Author: Oleksij Rempel (Alexey Fisher) <bug-track@fisher-privat.net> Date: Mon Mar 5 11:17:30 2012 +0100 v4l2sink: don't use deprecated XKeycodeToKeysym https://bugzilla.gnome.org/show_bug.cgi?id=671299 Signed-off-by: Oleksij Rempel (Alexey Fisher) <bug-track@fisher-privat.net>