[pulseaudio-discuss] [PATCH 2/2] module-equalizer-sink: remove erroneous fixme

2014-12-05 Thread Jason Newton
pa_memblockq_drop is guaranteed to drop the chunk we just extracted from the memblockq which internally unrefs the chunk. --- I checked just after pa_memblockq_peek and before pa_memblockq_drop calls with the following code: pa_log(chunk memblock %p refs: %d ours: %d ro: %d silence: %d,

Re: [pulseaudio-discuss] [PATCH 2/2] module-equalizer-sink: remove erroneous fixme

2014-12-05 Thread Alexander E. Patrakov
ACK to both patches. 05.12.2014 13:38, Jason Newton wrote: pa_memblockq_drop is guaranteed to drop the chunk we just extracted from the memblockq which internally unrefs the chunk. --- I checked just after pa_memblockq_peek and before pa_memblockq_drop calls with the following code: