diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2006-08-20 10:28:35 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2006-08-20 10:28:35 +0200 |
commit | ef01c6d8bbce8aea091191c6073ab55ff2cd041e (patch) | |
tree | 8f8a0830e4d5981eedf76043a69e2a06e6b73907 /HISTORY | |
parent | e68171626e0492593f82da76e5a63b36e4fa5f99 (diff) | |
download | vdr-ef01c6d8bbce8aea091191c6073ab55ff2cd041e.tar.gz vdr-ef01c6d8bbce8aea091191c6073ab55ff2cd041e.tar.bz2 |
Adapted cThread::ThreadId() to recent kernels
Diffstat (limited to 'HISTORY')
-rw-r--r-- | HISTORY | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -4875,10 +4875,11 @@ Video Disk Recorder Revision History - Added a log error message to cPlugin::ConfigDirectory() in case a plugin calls it from a separate thread (reported by Udo Richter). -2006-08-14: Version 1.4.1-5 +2006-08-20: Version 1.4.1-5 - Replaced the "quick workaround for additional live audio PIDs" in cDvbDevice::SetChannelDevice() with an actual solution in cDvbDevice::SetAudioTrackDevice() in order to prevent sticky PIDs in CAMs, which caused long switching times or completely blank screens when switching between encrypted channels on the same transponder (reported by Tomas Berglund). +- Adapted cThread::ThreadId() to recent kernels (thanks to Ville Skyttä). |