diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2003-05-11 08:42:57 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2003-05-11 08:42:57 +0200 |
commit | 823945204cbf8e70c36ceab03ed6be37e5345338 (patch) | |
tree | f73df324be7fc87348026b2542b86febd0efdae0 /HISTORY | |
parent | 91b51148385826769300454ad972a1623cfccb9e (diff) | |
download | vdr-823945204cbf8e70c36ceab03ed6be37e5345338.tar.gz vdr-823945204cbf8e70c36ceab03ed6be37e5345338.tar.bz2 |
Fixed keeping live video active in case the primary device doesn't have an MPEG decoder
Diffstat (limited to 'HISTORY')
-rw-r--r-- | HISTORY | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -2109,10 +2109,12 @@ Video Disk Recorder Revision History - The red ("Record") and yellow ("Pause") button in the "Main" menu are no longer available when replaying. -2003-05-10: Version 1.1.31 +2003-05-11: Version 1.1.31 - Introduced the new function cPlugin::Initialize(), in order to be able to separate the startup of a plugin into an "early" (Initialize()) and "late" (Start()) phase (suggested by Andreas Schultz). Plugin authors should please read the section about "Getting started" in PLUGINS.html and adapt their code if applicable. - Implemented the CableDeliverySystemDescriptor in libdtv (thanks to Sven Grothklags) +- Fixed keeping live video active in case the primary device doesn't have an MPEG + decoder (thanks to Wolfgang Goeller for reporting this one). |