• Max Kellermann's avatar
    output: signal the output thread when CANCEL is finished · b9013944
    Max Kellermann authored
    After CANCEL, the output thread waits for another signal before it
    continues playback, to synchronize with the caller.  There were some
    situations where this signal wasn't sent properly.  This patch adds an
    explicit g_cond_signal() at two code positions.
    b9013944
output_all.c 11.4 KB