aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Plugins/Extensions/DVDPlayer/src/servicedvd.cpp
diff options
context:
space:
mode:
authorAndreas Frisch <andreas.frisch@multimedia-labs.de>2008-08-18 10:22:45 +0000
committerAndreas Frisch <andreas.frisch@multimedia-labs.de>2008-08-18 10:22:45 +0000
commitf97fa9bd92923baa4ae2aa1f6b28c23c907a3473 (patch)
tree5147effe25954cfbccd163140c3ab025e118921b /lib/python/Plugins/Extensions/DVDPlayer/src/servicedvd.cpp
parent1c12be1f77fee011b3b414d86730c1c73e3650b4 (diff)
downloadenigma2-f97fa9bd92923baa4ae2aa1f6b28c23c907a3473.tar.gz
enigma2-f97fa9bd92923baa4ae2aa1f6b28c23c907a3473.zip
speed up resume (allows skipping into titles) *remember to update libdreamdvd0 - thx to seddi*
Diffstat (limited to 'lib/python/Plugins/Extensions/DVDPlayer/src/servicedvd.cpp')
-rw-r--r--lib/python/Plugins/Extensions/DVDPlayer/src/servicedvd.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/python/Plugins/Extensions/DVDPlayer/src/servicedvd.cpp b/lib/python/Plugins/Extensions/DVDPlayer/src/servicedvd.cpp
index cdb01d3c..7a731194 100644
--- a/lib/python/Plugins/Extensions/DVDPlayer/src/servicedvd.cpp
+++ b/lib/python/Plugins/Extensions/DVDPlayer/src/servicedvd.cpp
@@ -115,6 +115,7 @@ eServiceDVD::eServiceDVD(const char *filename):
CONNECT(m_pump.recv_msg, eServiceDVD::gotThreadMessage);
strcpy(m_ddvd_titlestring,"");
m_cue_pts = 0;
+ pause();
}
void eServiceDVD::gotThreadMessage(const int &msg)
@@ -733,6 +734,8 @@ void eServiceDVD::loadCuesheet()
m_event((iPlayableService*)this, evCuesheetChanged);
eDebug("eServiceDVD::loadCuesheet() pts=%lld",m_cue_pts);
}
+ else
+ unpause();
}
void eServiceDVD::saveCuesheet()