From cb205396ae920ef813764de92bf5b686bb9d80f1 Mon Sep 17 00:00:00 2001 From: Felix Domke Date: Thu, 28 Jul 2005 00:04:32 +0000 Subject: - factor out the filepusher from ts recorder --- lib/dvb/demux.cpp | 90 ++----------------------------------------------------- lib/dvb/demux.h | 4 +-- 2 files changed, 4 insertions(+), 90 deletions(-) (limited to 'lib/dvb') diff --git a/lib/dvb/demux.cpp b/lib/dvb/demux.cpp index f50f4bb2..c3383a7e 100644 --- a/lib/dvb/demux.cpp +++ b/lib/dvb/demux.cpp @@ -6,7 +6,6 @@ #include #include -#include #if HAVE_DVB_API_VERSION < 3 #include @@ -20,6 +19,7 @@ #include "crc32.h" #include +#include #include #include #include @@ -184,98 +184,12 @@ RESULT eDVBSectionReader::connectRead(const Slot1 &r, ePtrm_dvr_busy = 1; } diff --git a/lib/dvb/demux.h b/lib/dvb/demux.h index b07239be..fdec4177 100644 --- a/lib/dvb/demux.h +++ b/lib/dvb/demux.h @@ -43,7 +43,7 @@ public: RESULT connectRead(const Slot1 &read, ePtr &conn); }; -class eDVBTSRecorderThread; +class eFilePushThread; class eDVBTSRecorder: public iDVBTSRecorder, public Object { @@ -68,7 +68,7 @@ private: RESULT startPID(int pid); void stopPID(int pid); - eDVBTSRecorderThread *m_thread; + eFilePushThread *m_thread; std::map m_pids; Signal1 m_event; -- cgit v1.2.3