Skip to content

bus/bufferpool: Switch from GstAtomicQueue to GstMiniQueueArray

Sebastian Dröge requested to merge slomo/gstreamer:no-atomic-queue into main

Currently (since cd06aea1 8 years ago), all accesses to the atomic array are synchronized externally via code that uses mutexes anyway so the atomic queue only adds complications, additional atomic operations and no lock-freeness.


Depends on

Edited by Sebastian Dröge

Merge request reports