X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/daf56b9874fdbe710c2ff3b208a234e41bbd8f10..0ecfa70938499a3386c282577e28625d04d4626b:/lib/dvb/demux.cpp diff --git a/lib/dvb/demux.cpp b/lib/dvb/demux.cpp index d5c7cf73..329eafda 100644 --- a/lib/dvb/demux.cpp +++ b/lib/dvb/demux.cpp @@ -88,6 +88,19 @@ RESULT eDVBDemux::getSTC(pts_t &pts) return 0; } +RESULT eDVBDemux::flush() +{ + // FIXME: implement flushing the PVR queue here. + + m_event(evtFlush); + return 0; +} + +RESULT eDVBDemux::connectEvent(const Slot1 &event, ePtr &conn) +{ + conn = new eConnection(this, m_event.connect(event)); + return 0; +} void eDVBSectionReader::data(int) {