Skip to content

Draft: osxaudio: fix race condition when removing AU callback

osy requested to merge osy/gstreamer:osxaudio-race-fix into main

If the IO thread has already entered the callback when it is being removed, the callback function can use memory that is being freed. We address this by wrapping the callback function with something that holds a lock.

Merge request reports