Page 1 of 1

DVD with menu can not play in latest dev version

Posted: 15 Mar 2015 18:14
by gordyliang
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?

Re: DVD with menu can not play in latest dev version

Posted: 16 Mar 2015 11:23
by RĂ©mi Denis-Courmont
It sounds like your build is missing some important dependencies.

Re: DVD with menu can not play in latest dev version

Posted: 17 Mar 2015 14:10
by gordyliang
I used the same environment to build 2.2.0, and it works fine for DVD. However it does not work for latest version.

Is there any new dependancy or packages?