From 28bc34b245ffdf0c205f0c5f2624e5c7d94d3c54 Mon Sep 17 00:00:00 2001 From: Klaus Schmidinger Date: Fri, 2 Mar 2012 10:19:00 +0100 Subject: Revised priority handling to allow receivers with a priority that is lower than that of live viewing --- HISTORY | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) (limited to 'HISTORY') diff --git a/HISTORY b/HISTORY index 5c10eeaf..611f0c42 100644 --- a/HISTORY +++ b/HISTORY @@ -6889,7 +6889,7 @@ Video Disk Recorder Revision History - Fixed switching into time shift mode when pausing live video (thanks to Reinhard Nissl for helping to debug this one). -2012-02-27: Version 1.7.25 +2012-03-02: Version 1.7.25 - The fps value for channels where it differs from the default is now set correctly when pausing live video. @@ -6932,3 +6932,15 @@ Video Disk Recorder Revision History used --rcu with a device path, use -P"rcu -d". - Added support for automatically selecting subtitles when playing old PES recordings made with the subtitles plugin (thanks to Anssi Hannula). +- Revised priority handling to allow receivers with a priority that is lower than + that of live viewing (with suggestions from Frank Schmirler): + + An idle device (one that is not used for live viewing and has no receiver + attached to it) now has priority IDLEPRIORITY (-100). + + An unused CAM slot now has priority IDLEPRIORITY. + + The default priority of a cReceiver is now MINPRIORITY (-99). + + A device that is used only for live viewing (no matter whether it's in Transfer + Mode or real live mode) now has priority TRANSFERPRIORITY (-1). + + The function cDevice::Receiving() now returns true if there is any receiver + attached to the device. Its boolean parameter has no meaning any more. + + The default value for the Priority parameter of the function cDevice::ProvidesChannel() + has been changed to IDLEPRIORITY. -- cgit v1.2.3