Now waiting at startup until all DVB devices are ready

This commit is contained in:
Klaus Schmidinger
2005-08-21 08:56:49 +02:00
parent ba3437f7cc
commit 6de23d7d96
8 changed files with 74 additions and 8 deletions

View File

@@ -3700,8 +3700,12 @@ Video Disk Recorder Revision History
- Removed the VIDEO_STILLPICTURE_WORKS_WITH_VDR_FRAMES stuff from
cDvbDevice::StillPicture(), since apparently the VIDEO_STILLPICTURE call works.
2005-08-20: Version 1.3.30
2005-08-21: Version 1.3.30
- Improved responsiveness inside CAM menus.
- Added handling of the 'Close MMI' tag to avoid error log messages with CAMs
that actually use it.
- Now waiting at startup until all DVB devices are ready. This includes having
all CAMs initialized and ready to decrypt, so that no more "channel not
available" happens if VDR is started with the current channel being an encrypted
one, or a timer on such a channel hits right after starting VDR.