summaryrefslogtreecommitdiffstats
path: root/polyp/polyplib-context.c
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2004-08-22 21:13:58 +0000
committerLennart Poettering <lennart@poettering.net>2004-08-22 21:13:58 +0000
commit41295bbf56ef6df0a0e705149475d91c8d83ff3f (patch)
treecd7d52d972d24fa3b6298d1a19a213ce25dcf44a /polyp/polyplib-context.c
parentea4805a0fd4aea6db4c99e1187aca8e013e4dc24 (diff)
new features:
future cancellation corking flushing for playback streams in native protocol git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@152 fefdeb5f-60dc-0310-8127-8f9354f1896f
Diffstat (limited to 'polyp/polyplib-context.c')
-rw-r--r--polyp/polyplib-context.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/polyp/polyplib-context.c b/polyp/polyplib-context.c
index d048cda9..9acb2d70 100644
--- a/polyp/polyplib-context.c
+++ b/polyp/polyplib-context.c
@@ -193,7 +193,7 @@ static void pstream_packet_callback(struct pa_pstream *p, struct pa_packet *pack
pa_context_unref(c);
}
-static void pstream_memblock_callback(struct pa_pstream *p, uint32_t channel, int32_t delta, const struct pa_memchunk *chunk, void *userdata) {
+static void pstream_memblock_callback(struct pa_pstream *p, uint32_t channel, uint32_t delta, const struct pa_memchunk *chunk, void *userdata) {
struct pa_context *c = userdata;
struct pa_stream *s;
assert(p && chunk && c && chunk->memblock && chunk->memblock->data);