aboutsummaryrefslogtreecommitdiff
path: root/lib/dvb/demux.h
diff options
context:
space:
mode:
authorFelix Domke <tmbinc@elitedvb.net>2005-07-28 00:04:32 +0000
committerFelix Domke <tmbinc@elitedvb.net>2005-07-28 00:04:32 +0000
commitcb205396ae920ef813764de92bf5b686bb9d80f1 (patch)
tree42035b815af506c3755d6d7c2ae0e43bedb0fbc1 /lib/dvb/demux.h
parent40253d1a081381a643b8841aeb2914f75211ddb9 (diff)
downloadenigma2-cb205396ae920ef813764de92bf5b686bb9d80f1.tar.gz
enigma2-cb205396ae920ef813764de92bf5b686bb9d80f1.zip
- factor out the filepusher from ts recorder
Diffstat (limited to 'lib/dvb/demux.h')
-rw-r--r--lib/dvb/demux.h4
1 files changed, 2 insertions, 2 deletions
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<void,const __u8*> &read, ePtr<eConnection> &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<int,int> m_pids;
Signal1<void,int> m_event;