diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2012-03-03 11:51:32 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2012-03-03 11:51:32 +0100 |
commit | 0432198e0b3fb7f77711a2ccb832cdc6c092df58 (patch) | |
tree | 73dc1bf816ea03462f80b49b2bafbd13b6208733 /HISTORY | |
parent | c5eb60f07a560d9baed751edbb5b5c0246c8e903 (diff) | |
download | vdr-0432198e0b3fb7f77711a2ccb832cdc6c092df58.tar.gz vdr-0432198e0b3fb7f77711a2ccb832cdc6c092df58.tar.bz2 |
Moved the call to cStatus::MsgChannelSwitch(this, 0) to the beginning of cDevice::SetChannel()1.7.25
Diffstat (limited to 'HISTORY')
-rw-r--r-- | HISTORY | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -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-03-02: Version 1.7.25 +2012-03-03: Version 1.7.25 - The fps value for channels where it differs from the default is now set correctly when pausing live video. @@ -6952,3 +6952,10 @@ Video Disk Recorder Revision History color button texts, these should not set the texts directly by calling cSkinDisplay::Current()->SetButtons(), but rather call the new member function cMenuEditItem::SetHelp(). +- Moved the call to cStatus::MsgChannelSwitch(this, 0) to the beginning of + cDevice::SetChannel(), so that any receivers that have been attached to the + device by plugins may be detached before the final call to GetDevice(). + This actually reverts "Only calling cStatus::MsgChannelSwitch() if a channel + is actually going to be switched or has actually been switched successfully" + which was made in version 1.1.10, so please report if this has any unwanted + side effects. |