The primary device no longer starts unnecessary threads if it doesn't have a decoder

This commit is contained in:
Klaus Schmidinger
2024-03-04 12:26:32 +01:00
parent 824c495d33
commit bfa25d6276
3 changed files with 25 additions and 18 deletions

View File

@@ -9887,7 +9887,7 @@ Video Disk Recorder Revision History
- Fixed possible duplicate component entries in the info of an ongoing recording
(reported by Christoph Haubrich).
2024-03-03:
2024-03-04:
- Fixed the move assignment operator to check for self-assignment (suggested by
Stefan Herdler).
@@ -9898,3 +9898,5 @@ Video Disk Recorder Revision History
in cChannel.
- Added a 15 second grace period before actually stopping a VPS timer (thanks to
Markus Ehrnsperger).
- The primary device no longer starts unnecessary threads if it doesn't have a decoder
(thanks to Markus Ehrnsperger).