Re: [pulseaudio-discuss] [PATCH] bluez5-device: Set transport state correctly for AG role

2017-07-27 Thread Tanu Kaskinen
On Sat, 2017-07-22 at 10:47 +0200, Georg Chini wrote: > When connecting a headset via the native backend, the transport state was > not updated correctly. > > This patch sets the state to PLAYING in transport_acquire() if necessary. > --- > src/modules/bluetooth/module-bluez5-device.c | 20 ++

Re: [pulseaudio-discuss] [PATCH 1/4] core: Add generic message interface

2017-07-27 Thread Georg Chini
On 27.07.2017 07:17, Tanu Kaskinen wrote: On Fri, 2017-07-21 at 21:25 +0200, Georg Chini wrote: This patch adds a new feature to the core which allows to exchange messages between objects. An object can register/unregister a message handler with pa_core_{register, unregister}_message_handler() w

[pulseaudio-discuss] [PATCH] raop: silence a Coverity complaint

2017-07-27 Thread Tanu Kaskinen
CID: 1398155 --- src/modules/raop/raop-sink.c | 7 +++ 1 file changed, 7 insertions(+) diff --git a/src/modules/raop/raop-sink.c b/src/modules/raop/raop-sink.c index e5d219e87..4d13927fc 100644 --- a/src/modules/raop/raop-sink.c +++ b/src/modules/raop/raop-sink.c @@ -391,6 +391,13 @@ static v

Re: [pulseaudio-discuss] [PATCH] raop: silence a Coverity complaint

2017-07-27 Thread Hajime Fujita
I thought I added this fix before but apparently not. Looks good to me. Thank you for bringing this up. Hajime > On Jul 27, 2017, at 8:07 PM, Tanu Kaskinen wrote: > > CID: 1398155 > --- > src/modules/raop/raop-sink.c | 7 +++ > 1 file changed, 7 insertions(+) > > diff --git a/src/modules/r