aboutsummaryrefslogtreecommitdiff
path: root/lib/dvb/pmt.cpp
diff options
context:
space:
mode:
authorFelix Domke <tmbinc@elitedvb.net>2005-04-30 17:59:17 +0000
committerFelix Domke <tmbinc@elitedvb.net>2005-04-30 17:59:17 +0000
commit7fd4f3d49a6d2f93cae4769cf8678358ebd1abce (patch)
treef0d6b716eedc1c432f8fe316bd77fa355a074513 /lib/dvb/pmt.cpp
parent110c675aaad3ed8798ebf927652ae04511d31cb8 (diff)
downloadenigma2-7fd4f3d49a6d2f93cae4769cf8678358ebd1abce.tar.gz
enigma2-7fd4f3d49a6d2f93cae4769cf8678358ebd1abce.zip
- add ts recorder
- rename: isection.h -> idemux.h
Diffstat (limited to 'lib/dvb/pmt.cpp')
-rw-r--r--lib/dvb/pmt.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/dvb/pmt.cpp b/lib/dvb/pmt.cpp
index 8c4388a4..3f9ac7f7 100644
--- a/lib/dvb/pmt.cpp
+++ b/lib/dvb/pmt.cpp
@@ -44,6 +44,7 @@ void eDVBServicePMTHandler::PMTready(int error)
void eDVBServicePMTHandler::PATready(int)
{
+ eDebug("got PAT");
ePtr<eTable<ProgramAssociationTable> > ptr;
if (!m_PAT.getCurrent(ptr))
{
@@ -67,6 +68,7 @@ void eDVBServicePMTHandler::PATready(int)
int eDVBServicePMTHandler::getProgramInfo(struct program &program)
{
+ eDebug("got PMT");
ePtr<eTable<ProgramMapTable> > ptr;
program.videoStreams.clear();