diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2014-01-25 10:54:51 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2014-01-25 10:54:51 +0100 |
commit | fdbf796b6b9dbe83c6874002c1e01dbac09f7eae (patch) | |
tree | 71abc2eac5e3bfb6674233ed6f4ac574a8a7125c /HISTORY | |
parent | 5ac41bf09175b48cf09606c1cd16bf0615ced837 (diff) | |
download | vdr-fdbf796b6b9dbe83c6874002c1e01dbac09f7eae.tar.gz vdr-fdbf796b6b9dbe83c6874002c1e01dbac09f7eae.tar.bz2 |
The new function cStatus::ChannelChange() can be implemented by plugins to be informed about changes to the parameters of a channel that may require a retune
Diffstat (limited to 'HISTORY')
-rw-r--r-- | HISTORY | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -8132,7 +8132,7 @@ Video Disk Recorder Revision History and also to use the correct directory with --edit (the latter reported by Marko Mäkelä). -2014-01-22: Version 2.1.4 +2014-01-25: Version 2.1.4 - Updated 'sources.conf' (thanks to Antti Hartikainen). - cFont::CreateFont() now returns a dummy font in case there are no fonts installed. @@ -8162,3 +8162,8 @@ Video Disk Recorder Revision History three variations of "editing" a recording (suggested by Christoph Haubrich). Maintainers of translations for other languages may want to change their *.po files accordingly. +- The new function cStatus::ChannelChange() can be implemented by plugins to be + informed about changes to the parameters of a channel that may require a retune. + This may, for instance, be useful for plugins that implement live streaming, so that + they can react on changes to a channel's PIDs or CA descriptors (problem reported + by Mariusz Bialonczyk). |