summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2005-01-30 14:23:01 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2005-01-30 14:23:01 +0100
commit2bec1d5ca0aad0bc18d99ed33c1b1ce443abb699 (patch)
tree744c9c05dd6ed3922174a93ed515581e64bc4dfd /HISTORY
parenta430f64252f5b38bb19dc151c3793d66d64a8fb7 (diff)
downloadvdr-2bec1d5ca0aad0bc18d99ed33c1b1ce443abb699.tar.gz
vdr-2bec1d5ca0aad0bc18d99ed33c1b1ce443abb699.tar.bz2
Added cPlugin::Stop()
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY4
1 files changed, 4 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index e5e47abb..addafc83 100644
--- a/HISTORY
+++ b/HISTORY
@@ -3345,3 +3345,7 @@ Video Disk Recorder Revision History
Christian Jacobsen for reporting this one).
- Fixed masking SubStreamType in cDevice::PlayPesPacket() (thanks to Werner Fink
for pointing out this one).
+- The new function cPlugin::Stop() shall be used to stop any background activities
+ of a plugin. Previously this was done in the plugin's desctructor, but it is
+ better to do this in a dedicated function that can be called early when shutting
+ down.