diff options
| author | ghost <andreas.monzner@multimedia-labs.de> | 2009-12-13 12:37:15 +0100 |
|---|---|---|
| committer | ghost <andreas.monzner@multimedia-labs.de> | 2009-12-17 15:23:07 +0100 |
| commit | 7373f39fe2ebe1b5007ed56ddd86d9ce0ad3efb7 (patch) | |
| tree | e64875eaa03796a83afb5244c935bda67ce46e1f /lib/dvb/dvb.cpp | |
| parent | d9d9b21f1b6dae099a07cb50e7fcbbb4a4d3f2ee (diff) | |
| download | enigma2-7373f39fe2ebe1b5007ed56ddd86d9ce0ad3efb7.tar.gz enigma2-7373f39fe2ebe1b5007ed56ddd86d9ce0ad3efb7.zip | |
add preStart event and use it to load the cutlist
Diffstat (limited to 'lib/dvb/dvb.cpp')
| -rw-r--r-- | lib/dvb/dvb.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/dvb/dvb.cpp b/lib/dvb/dvb.cpp index 656b6da0..17712dde 100644 --- a/lib/dvb/dvb.cpp +++ b/lib/dvb/dvb.cpp @@ -1764,6 +1764,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; |
