summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2004-10-30 15:10:50 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2004-10-30 15:10:50 +0200
commit664df0902e624904098bad2aacc922c40d26a01c (patch)
tree6c910b2921d6c456d0dadee2d179204f33578d42 /HISTORY
parentd5018de4feeadc6e5184a1e1dd648f7126e3c0b3 (diff)
downloadvdr-664df0902e624904098bad2aacc922c40d26a01c.tar.gz
vdr-664df0902e624904098bad2aacc922c40d26a01c.tar.bz2
No longer explicitly waiting for a tuner lock when switching channels
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY3
1 files changed, 3 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index 9aa6db33..d4f4fe6b 100644
--- a/HISTORY
+++ b/HISTORY
@@ -3083,3 +3083,6 @@ Video Disk Recorder Revision History
- Fixed some typos in the Makefile's 'font' target (thanks to Uwe Hanke).
- Added more checks and polling when getting frontend events (based on a patch
from Werner Fink).
+- No longer explicitly waiting for a tuner lock when switching channels
+ (apparently setting "live" PIDs before the tuner is locked doesn't hurt).
+ Moved the wait into cDevice::AttachReceiver() instead.