Commit e7abdab5 authored by Max Kellermann's avatar Max Kellermann

output/osx: signal the GCond while mutex is locked

parent 13cdc9a9
......@@ -143,8 +143,8 @@ osx_render(void *vdata,
if (od->pos >= od->buffer_size)
od->pos = 0;
g_mutex_unlock(od->mutex);
g_cond_signal(od->condition);
g_mutex_unlock(od->mutex);
buffer->mDataByteSize = buffer_size;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment