From a3fca5680bd81ce8880be7fba1d8a8c7955d5f4e Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Wed, 26 Apr 2006 08:55:27 +0000 Subject: 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. --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 170b2b06..5671a6b5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2006-04-26 Wim Taymans + + * 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 * ext/aalib/gstaasink.c: -- cgit