Now calling Hide() and cStatus::MsgReplaying(..., false) from cReplayControl::Stop()

This commit is contained in:
Klaus Schmidinger
2017-11-26 15:07:00 +01:00
parent a9d82331e6
commit 9d5ce204aa
2 changed files with 8 additions and 7 deletions

View File

@@ -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.