diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2003-05-11 10:30:27 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2003-05-11 10:30:27 +0200 |
commit | e3e21837d06d91e3fd849af88bb2335be52c8b21 (patch) | |
tree | e7bfaf10bf3ce18b1c10c8e2dfe51c1bedea8db1 /HISTORY | |
parent | d067e5eda4caeda2401d71ab66964a16717f0247 (diff) | |
download | vdr-e3e21837d06d91e3fd849af88bb2335be52c8b21.tar.gz vdr-e3e21837d06d91e3fd849af88bb2335be52c8b21.tar.bz2 |
Removed the WaitForPut/WaitForGet stuff from cRingBuffer
Diffstat (limited to 'HISTORY')
-rw-r--r-- | HISTORY | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -2124,3 +2124,8 @@ Video Disk Recorder Revision History is actually coming from. - Added VDRVERSNUM to config.h, which can be used by the preprocessor to check the actual VDR version (suggested by Stefan Huelswitt). +- Removed the WaitForPut/WaitForGet stuff from cRingBuffer, since it appears to + no longer be necessary due to the implementation of cNonBlockingFileReader in + dvbplayer.c. Also, the long timeout in WaitForPut caused problems with cReceivers + that use a ring buffer and didn't immediately return from their Receive() function + if the buffer runs full (thanks to Sascha Volkenandt for reporting this one). |