Merge branch 'bug_352_fix_some_cutlist_bugs'
[vuplus_dvbapp] / lib / dvb / dvb.cpp
index a8dfb19..6eaadb0 100644 (file)
@@ -1766,6 +1766,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;