Skip to content

Commit

Permalink
fix for 'Assertion '!e->next' failed at pulsecore/queue.c:104, functi…
Browse files Browse the repository at this point in the history
…on pa_queue_pop(). Aborting.'
  • Loading branch information
jsorg71 committed Jul 30, 2018
1 parent cc85194 commit 5526fa0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions channels/rdpsnd/pulse/rdpsnd_pulse.c
Expand Up @@ -540,7 +540,9 @@ static void rdpsnd_pulse_start(rdpsndDevicePlugin* device)
if (!pulse->stream)
return;

pa_threaded_mainloop_lock(pulse->mainloop);
pa_stream_trigger(pulse->stream, NULL, NULL);
pa_threaded_mainloop_unlock(pulse->mainloop);
}

/******************************************************************************
Expand Down

0 comments on commit 5526fa0

Please sign in to comment.