[libbluray-devel] commit: Initialize menus when handling HDMV_EVENT_PLAY_PL (hpi1 )

git at videolan.org git at videolan.org
Mon Oct 25 11:56:42 CEST 2010


libbluray | branch: master | hpi1 <hpi1 at anonymous.org> | Mon Oct 18 16:10:42 2010 +0300| [b89157499272fad2e7de49d94d806a3f7fffd33f] | committer: hpi1 

Initialize menus when handling HDMV_EVENT_PLAY_PL

> http://git.videolan.org/gitweb.cgi/libbluray.git/?a=commit;h=b89157499272fad2e7de49d94d806a3f7fffd33f
---

 src/libbluray/bluray.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/src/libbluray/bluray.c b/src/libbluray/bluray.c
index af391d2..9a5fbb8 100644
--- a/src/libbluray/bluray.c
+++ b/src/libbluray/bluray.c
@@ -1542,6 +1542,8 @@ static void _process_hdmv_vm_event(BLURAY *bd, HDMV_EVENT *hev)
         case HDMV_EVENT_PLAY_PL:
             bd_select_playlist(bd, hev->param);
             bd->hdmv_suspended = 1;
+            /* initialize menus */
+            _run_gc(bd, GC_CTRL_NOP, 0);
             break;
 
         case HDMV_EVENT_PLAY_PI:



More information about the libbluray-devel mailing list