# HG changeset patch # User jcdutton # Date 1032193638 0 # Node ID e29110f67f3a5a0ea8b556fd09c3142ff8fc22ff # Parent e74cba5129a6d70cbc83bf99078d7c10cffa0b63 Get xine dvd:///dev/dvd:1.2 i.e. title play working again. diff -r e74cba5129a6 -r e29110f67f3a navigation.c --- a/navigation.c Mon Sep 16 07:58:59 2002 +0000 +++ b/navigation.c Mon Sep 16 16:27:18 2002 +0000 @@ -51,6 +51,12 @@ return S_ERR; } + if(!this->started) { + /* Start the VM */ + vm_start(this->vm); + this->started = 1; + } + (*titles) = vm_get_vmgi(this->vm)->tt_srpt->nr_of_srpts; return S_OK;