<div dir="ltr">I create a pa_stream. Then I call pa_stream_connect_playback. After some time I call pa_stream_disconnect. Then I want to call pa_stream_connect_playback again. However when I do this, I get an assertion failure because the stream state is PA_STREAM_TERMINATED and not PA_STREAM_UNCONNECTED. Am I supposed to destroy the stream and create a new one?</div>