andrewrk / andrewrk/libsoundio
Don't call write_callback in outstream_start_pa()
Open
- Dominant language
- C
- Stars
- 2.1k
- Forks
- 254
- PR merge metrics
- No merged PRs in 30d
Description
This causes write_callback to be called in two different thread contexts (one is the PulseAudio thread, one is the thread that called soundin_outstream_start()).
Sometimes this forces the use of recursive locks.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.