[pulseaudio-discuss] [PATCH 7/8] bluetooth: fix resume error handling

2018-02-19 Thread Tanu Kaskinen
When resuming a sink or source, pa_sink/source_process_msg() should be called only if resuming is successful. pa_sink/source_process_msg() updates thread_info.state and notifies streams about the new state, but if resuming fails, there's no state change. --- src/modules/bluetooth/module-bluez4-dev

Re: [pulseaudio-discuss] [PATCH 7/8] bluetooth: fix resume error handling

2018-02-21 Thread Georg Chini
On 19.02.2018 15:48, Tanu Kaskinen wrote: When resuming a sink or source, pa_sink/source_process_msg() should be called only if resuming is successful. pa_sink/source_process_msg() updates thread_info.state and notifies streams about the new state, but if resuming fails, there's no state change.