]> code.delx.au - pulseaudio/blobdiff - src/pulsecore/play-memchunk.c
core: add missing SET_PORT_LATENCY_OFFSET to dispatcher opcode string table
[pulseaudio] / src / pulsecore / play-memchunk.c
index ee25958fa557fdb1631da4d3915fccd1ec0a3fd9..26a2bccd162528a6e94be4311322ad69f528cbf0 100644 (file)
@@ -50,7 +50,7 @@ int pa_play_memchunk(
     pa_assert(chunk);
 
     pa_silence_memchunk_get(&sink->core->silence_cache, sink->core->mempool, &silence, ss, 0);
-    q = pa_memblockq_new(0, chunk->length, 0, pa_frame_size(ss), 1, 1, 0, &silence);
+    q = pa_memblockq_new("pa_play_memchunk() q", 0, chunk->length, 0, ss, 1, 1, 0, &silence);
     pa_memblock_unref(silence.memblock);
 
     pa_assert_se(pa_memblockq_push(q, chunk) >= 0);