fix printf modifier for gsize

Fixes #4641
This commit is contained in:
Wim Taymans 2025-04-02 13:25:31 +02:00
parent 5c547d58d1
commit 832c5a6d25

View file

@ -134,7 +134,7 @@ void gst_pipewire_pool_wrap_buffer (GstPipeWirePool *pool, struct pw_buffer *b)
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)
pool->shm_allocator = gst_shm_allocator_get();