mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-09 13:30:06 -05:00
parent
5c547d58d1
commit
832c5a6d25
1 changed files with 1 additions and 1 deletions
|
|
@ -134,7 +134,7 @@ void gst_pipewire_pool_wrap_buffer (GstPipeWirePool *pool, struct pw_buffer *b)
|
||||||
block_size = quantum_limit * pool->audio_info.bpf;
|
block_size = quantum_limit * pool->audio_info.bpf;
|
||||||
}
|
}
|
||||||
|
|
||||||
GST_DEBUG_OBJECT (pool, "setting block size %lu", block_size);
|
GST_DEBUG_OBJECT (pool, "setting block size %zu", block_size);
|
||||||
|
|
||||||
if (!pool->shm_allocator)
|
if (!pool->shm_allocator)
|
||||||
pool->shm_allocator = gst_shm_allocator_get();
|
pool->shm_allocator = gst_shm_allocator_get();
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue