Now waiting explicitly until all CAM slots are ready before switching to the initial channel when VDR is started

This commit is contained in:
Klaus Schmidinger
2014-01-16 11:57:54 +01:00
parent e02d608bce
commit 1df6a87249
6 changed files with 40 additions and 27 deletions

View File

@@ -8148,3 +8148,7 @@ Video Disk Recorder Revision History
Eike Sauer).
- Fixed deleting the source recording after moving it to a different volume (reported
by Christoph Haubrich).
- Now waiting explicitly until all CAM slots are ready before switching to the
initial channel when VDR is started. This is necessary in case CI adapters are
used that are not physically connected to a dedicated device. The respective checks
in cDvbDevice have been removed to avoid redundancy.