diff options
author | schmirl <schmirl> | 2009-04-06 06:48:59 +0000 |
---|---|---|
committer | schmirl <schmirl> | 2009-04-06 06:48:59 +0000 |
commit | 64ff2c08be769cf227ac6cf2e318fcb6b80c9689 (patch) | |
tree | cd0e1d51b1f1a145a232cacdbd982c5b754b62c6 /HISTORY | |
parent | 3d16ba08409e5ca42eec427ef742809cc875f0b0 (diff) | |
download | vdr-plugin-streamdev-64ff2c08be769cf227ac6cf2e318fcb6b80c9689.tar.gz vdr-plugin-streamdev-64ff2c08be769cf227ac6cf2e318fcb6b80c9689.tar.bz2 |
Added missing call to StopSectionHandler().
This method was introduced in VDR 1.5.15. Its absence could cause crashes
when shutting down VDR
Diffstat (limited to 'HISTORY')
-rw-r--r-- | HISTORY | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,6 +1,8 @@ VDR Plugin 'streamdev' Revision History --------------------------------------- +- added missing call to StopSectionHandler which could cause crashes when + shutting down VDR - added IGMP based multicast streaming - ignore trailing blank lines in HTTP requests - fixed parsing Min/MaxPriority from config (thanks to Joachim König-Baltes) |