]> code.delx.au - pulseaudio/commit
protocol-native: Allow clients to know at what index underrun occurred
authorDavid Henningsson <david.henningsson@canonical.com>
Tue, 2 Aug 2011 12:34:20 +0000 (14:34 +0200)
committerColin Guthrie <colin@mageia.org>
Tue, 2 Aug 2011 12:59:00 +0000 (13:59 +0100)
commit1893234063519af980b17c03f8fec98a26f7ae94
tree994d3b83bcb37a2e139ac4f804c3b494acf24ea7
parent00493a4ef02b9e03ef12174720b8a5eb9c8200b4
protocol-native: Allow clients to know at what index underrun occurred

This patch introduces some extra protocol information, so protocol
version is bumped. This functionality is primarily needed to solve
a long standing issue in alsa-plugins, which should ignore underruns
if and only if it is obsolete, i e, if more data has been written to
the pipe in the meantime (which will automatically end the underrun).

BugLink: http://bugs.launchpad.net/bugs/805940
Signed-off-by: David Henningsson <david.henningsson@canonical.com>
configure.ac
src/map-file
src/pulse/internal.h
src/pulse/stream.c
src/pulse/stream.h
src/pulsecore/protocol-native.c