On Sat, Oct 27, 2012 at 03:14:07PM +0200, Alexandre Ratchov wrote:
> Hi,
> 
> This diff is to use dedicated messages for flow control instead of
> abusing clock tick messages and to enable flow control for MIDI.
> There should be no change in behaviour, but this change is
> necessary for future developpement of sndiod.
> 
> any regression? ok?

This seems to break seeking in mplayer (both audio and video files),
after using the right arrow key to skip ahead it just stops.

attaching from gdb it looks like:

#0  0x0000197af601039a in poll () at <stdin>:2
#1  0x0000197af6ce413d in poll (fds=0x7f7ffffba060, nfds=1, timeout=-1)
    at /usr/src/lib/librthread/rthread_cancel.c:331
#2  0x0000197af2c1c09f in sio_psleep (hdl=0x197afbd61600, event=4)
    at /usr/src/lib/libsndio/sio.c:220
#3  0x0000197af2c1c264 in sio_write (hdl=0x197afbd61600, buf=0x197af1d86000, 
    len=7056) at /usr/src/lib/libsndio/sio.c:308
#4  0x00001978eddecec5 in send_udp () from /usr/local/bin/mplayer
#5  0x00001978eddc6fae in main () from /usr/local/bin/mplayer

Reply via email to