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-13 12:37:15 +0100 |
| commit | 94b346a792a343858948de8c6db1301592af5986 (patch) | |
| tree | 73aa46e5745d51ea7dace7d54e3065065db8d638 /lib/dvb/dvb.cpp | |
| parent | 807d980857651dacdba0abfc9a5e87fb473303cc (diff) | |
| download | enigma2-94b346a792a343858948de8c6db1301592af5986.tar.gz enigma2-94b346a792a343858948de8c6db1301592af5986.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 894287e8..76f6899d 100644 --- a/lib/dvb/dvb.cpp +++ b/lib/dvb/dvb.cpp @@ -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; |
