diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2004-10-30 15:10:50 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2004-10-30 15:10:50 +0200 |
commit | 664df0902e624904098bad2aacc922c40d26a01c (patch) | |
tree | 6c910b2921d6c456d0dadee2d179204f33578d42 /HISTORY | |
parent | d5018de4feeadc6e5184a1e1dd648f7126e3c0b3 (diff) | |
download | vdr-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-- | HISTORY | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |