summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2003-03-09 14:10:12 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2003-03-09 14:10:12 +0100
commit8d4d7f2b626226a543e09651772d43e7313ebbf5 (patch)
tree0c9025e440752e3053aed99dda8c20d3d5c7df75 /HISTORY
parentdfc60da1d5fb03c6007e66df16f5979080171a4b (diff)
downloadvdr-8d4d7f2b626226a543e09651772d43e7313ebbf5.tar.gz
vdr-8d4d7f2b626226a543e09651772d43e7313ebbf5.tar.bz2
Trying harder to find a primary device
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY5
1 files changed, 5 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index f5d7d095..f345f65f 100644
--- a/HISTORY
+++ b/HISTORY
@@ -1975,3 +1975,8 @@ Video Disk Recorder Revision History
- Removed signal handling and usleep(5000) from cDvbOsd::Cmd() (apparently this
is no longer necessary with DVB driver 1.0.0pre2 or later).
+- If the primary device (as defined in setup.conf) doesn't have an MPEG decoder
+ (and thus can't be used as a primary device) VDR now scans all devices at
+ startup and uses the first one (if any) that actually has an MPEG decoder.
+ That way this will also work automatically if the primary device is implemented
+ by a plugin.