add preStart event and use it to load the cutlist
[vuplus_dvbapp] / lib / dvb / dvb.cpp
index 894287e..76f6899 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;