Skip to content
Snippets Groups Projects
Commit cb3fef8b authored by Tristan Matthews's avatar Tristan Matthews
Browse files

* #38339: pulse: don't call disconnectStreams from context callback

This was triggering an assertion in pulseaudio.
parent 94f23747
No related branches found
No related tags found
No related merge requests found
......@@ -204,7 +204,6 @@ void PulseLayer::context_state_callback(pa_context* c, void *user_data)
default:
ERROR("%s" , pa_strerror(pa_context_errno(c)));
pa_threaded_mainloop_signal(pulse->mainloop_, 0);
pulse->disconnectAudioStream();
break;
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment