diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2017-11-26 15:07:00 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2017-11-26 15:07:00 +0100 |
commit | 9d5ce204aafdfdc609138ef9612dc44a81c0794d (patch) | |
tree | 608b2ee356bdebeacdea59bd4296f7904d12d7b1 /HISTORY | |
parent | a9d82331e63353e92a3673670de9007a9c93dc39 (diff) | |
download | vdr-9d5ce204aafdfdc609138ef9612dc44a81c0794d.tar.gz vdr-9d5ce204aafdfdc609138ef9612dc44a81c0794d.tar.bz2 |
Now calling Hide() and cStatus::MsgReplaying(..., false) from cReplayControl::Stop()
Diffstat (limited to 'HISTORY')
-rw-r--r-- | HISTORY | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -9205,3 +9205,6 @@ Video Disk Recorder Revision History cControl::player to NULL in cDvbPlayerControl::Stop() to avoid a possible crash with plugins that retrieve player information after a replay has been stopped, but before the replay control has been destroyed (thanks to Johann Friedrich). +- Now calling Hide() and cStatus::MsgReplaying(..., false) from cReplayControl::Stop(), + to inform plugins about an ending replay session before the replay control gets + destroyed. |