Hi,
I found the recent development built (for example, with the commit b8c639dd6c19) can not play DVD at all. The main menu of DVD can be shown and the menu items can be highlighted, but when I click any of the menu item, it does not have any response.
I tried to trace and debug, and I found out the XCB_BUTTON_PRESS event is not generated at all, and HandleButtonPress() at modules/video_output/xcb/events.c is not called.
While I found the latest release version 2.2.0 is fine with the DVD playing normally. And the HandleButtonPress() should be called.
I am not able to trace further what is the issue. Should I open a bug report?