summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2006-04-26 08:55:27 +0000
committerWim Taymans <wim.taymans@gmail.com>2006-04-26 08:55:27 +0000
commita3fca5680bd81ce8880be7fba1d8a8c7955d5f4e (patch)
treeddb1a7d137dd35e464c6534a3d010059dcf1c4d4 /ChangeLog
parent0835d42268b18c9b54d83c751b583d40af2b9ec9 (diff)
ext/esd/esdsink.c: Always write ESD_BUF_SIZE bytes and use ESD_MAX_WRITE_SIZE as the size of the ringbuffer. This sho...
Original commit message from CVS: * ext/esd/esdsink.c: (gst_esdsink_prepare), (gst_esdsink_delay): Always write ESD_BUF_SIZE bytes and use ESD_MAX_WRITE_SIZE as the size of the ringbuffer. This should fix hangs with older esd sound servers.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 170b2b06..5671a6b5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2006-04-26 Wim Taymans <wim@fluendo.com>
+
+ * ext/esd/esdsink.c: (gst_esdsink_prepare), (gst_esdsink_delay):
+ Always write ESD_BUF_SIZE bytes and use ESD_MAX_WRITE_SIZE as
+ the size of the ringbuffer. This should fix hangs with older
+ esd sound servers.
+
2006-04-26 Stefan Kost <ensonic@users.sf.net>
* ext/aalib/gstaasink.c: