add preStart event and use it to load the cutlist
[enigma2.git] / lib / dvb / dvb.cpp
index 894287e84f18845b6e06d39a467033a1d62688fa..76f6899df31edee6117a0029d8fc875887ff081c 100644 (file)
@@ -1771,6 +1771,8 @@ RESULT eDVBChannel::playFile(const char *file)
        m_pvr_thread->setStreamMode(1);
        m_pvr_thread->setScatterGather(this);
 
+       m_event(this, evtPreStart);
+
        if (m_pvr_thread->start(file, m_pvr_fd_dst))
        {
                delete m_pvr_thread;