diff options
| author | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2008-10-03 11:41:25 +0000 |
|---|---|---|
| committer | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2008-10-03 11:41:25 +0000 |
| commit | 6696994da0d59a3b483eda65d1dc8b1a9df67cc0 (patch) | |
| tree | 7b246636bd292b1b0234dd11d74c658aacf65e88 /lib/dvb_ci | |
| parent | bfb6b4765a85a65047655ad4282756ca31229c3e (diff) | |
| download | enigma2-6696994da0d59a3b483eda65d1dc8b1a9df67cc0.tar.gz enigma2-6696994da0d59a3b483eda65d1dc8b1a9df67cc0.zip | |
add code to simulate recordings (with faked frontends)
now its more easy to build a timer overlap detection or similar
Diffstat (limited to 'lib/dvb_ci')
| -rw-r--r-- | lib/dvb_ci/dvbci.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/dvb_ci/dvbci.cpp b/lib/dvb_ci/dvbci.cpp index 85c18794..9a3739a0 100644 --- a/lib/dvb_ci/dvbci.cpp +++ b/lib/dvb_ci/dvbci.cpp @@ -525,9 +525,9 @@ void eDVBCIInterfaces::removePMTHandler(eDVBServicePMTHandler *pmthandler) // eDebug("use_count is now %d", slot->use_count); slot = next; } + // check if another service is waiting for the CI + recheckPMTHandlers(); } - // check if another service is waiting for the CI - recheckPMTHandlers(); } void eDVBCIInterfaces::gotPMT(eDVBServicePMTHandler *pmthandler) |
