mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-20 08:41:07 +00:00
2d65683658
ximagesink and xvimagesink use XkbKeycodeToKeysym when the key event is received. However, this function returns NoSymbol if Xkb is unavailable. This causes all key events to be translated to "unknown" key when running ximagsink under some VNC. Fix it by using XKeycodeToKeysym if Xkb is unavailable. |
||
---|---|---|
.. | ||
meson.build | ||
ximage.c | ||
ximagepool.c | ||
ximagepool.h | ||
ximagesink.c | ||
ximagesink.h |