diff options
author | Wim Taymans <wim.taymans@gmail.com> | 2006-04-26 08:55:27 +0000 |
---|---|---|
committer | Wim Taymans <wim.taymans@gmail.com> | 2006-04-26 08:55:27 +0000 |
commit | a3fca5680bd81ce8880be7fba1d8a8c7955d5f4e (patch) | |
tree | ddb1a7d137dd35e464c6534a3d010059dcf1c4d4 /ChangeLog | |
parent | 0835d42268b18c9b54d83c751b583d40af2b9ec9 (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-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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: |