Fixed PMT handling in case locking the Channels list times out

This commit is contained in:
Klaus Schmidinger
2020-12-12 10:31:52 +01:00
parent 9fa7de2036
commit dffeabbacb
3 changed files with 9 additions and 4 deletions

View File

@@ -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).