diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2020-12-12 10:31:52 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2020-12-12 10:31:52 +0100 |
commit | dffeabbacb5f36d514a8e3702f73e736c71ad099 (patch) | |
tree | a6fcb261b187efc207363c724f9a3674d25dacfb /HISTORY | |
parent | 9fa7de20368fe2cc517f0c2c43088d051e5f21fb (diff) | |
download | vdr-dffeabbacb5f36d514a8e3702f73e736c71ad099.tar.gz vdr-dffeabbacb5f36d514a8e3702f73e736c71ad099.tar.bz2 |
Fixed PMT handling in case locking the Channels list times out
Diffstat (limited to 'HISTORY')
-rw-r--r-- | HISTORY | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -9536,7 +9536,7 @@ Video Disk Recorder Revision History cDvbTuner::GetSignalStats() to avoid problems with drivers that don't do this (thanks to Helmut Binder). -2020-12-09: +2020-12-12: - Fixed multiple recording entries in case a recording is started during the initial reading of the video directory (reported by Claus Muus). @@ -9551,3 +9551,5 @@ Video Disk Recorder Revision History - Added initialization of cDvbFrontend::frontendInfo (thanks to Winfried Köhler). - Fixed a bug in handling shared PMTs, where after the first pass not all SIDs of a PMT pid were checked any more (thanks to Helmut Binder). +- Fixed PMT handling in case locking the Channels list times out (reported by Helmut + Binder). |