Re: [pulseaudio-discuss] [PATCH v2] zeroconf-publish: fix unitialized DBusError

2017-01-11 Thread Arun Raghavan
On Thu, 12 Jan 2017, at 10:15 AM, Tanu Kaskinen wrote: > BugLink: https://bugs.archlinux.org/task/52484 > --- > src/modules/module-zeroconf-publish.c | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) > > diff --git a/src/modules/module-zeroconf-publish.c >

Re: [pulseaudio-discuss] First draft of 10.0 release notes completed

2017-01-11 Thread Tanu Kaskinen
On Wed, 2017-01-11 at 15:19 +0500, Alexander E. Patrakov wrote: > Yes, I see the contradiction. Thanks for noticing it. Indeed, I have > misremembered the forum post that prompted me to investigate the bug. > > In that forum post, the microphone actually worked, but the speakers > didn't, because

[pulseaudio-discuss] [PATCH v2] zeroconf-publish: fix unitialized DBusError

2017-01-11 Thread Tanu Kaskinen
BugLink: https://bugs.archlinux.org/task/52484 --- src/modules/module-zeroconf-publish.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/modules/module-zeroconf-publish.c b/src/modules/module-zeroconf-publish.c index e9710292a..482881c5b 100644 ---

Re: [pulseaudio-discuss] [PATCH] zeroconf-publish: fix unitialized DBusError

2017-01-11 Thread Tanu Kaskinen
On Wed, 2017-01-11 at 17:22 +0530, Arun Raghavan wrote: > On Wed, 11 Jan 2017, at 12:04 PM, Tanu Kaskinen wrote: > > The uninitialized error struct might be the cause for the crash > > reported here: https://bugs.archlinux.org/task/52484 > > > > --- > > src/modules/module-zeroconf-publish.c | 2

[pulseaudio-discuss] [PATCH] build-sys: add the AGPL license file to tarballs

2017-01-11 Thread Tanu Kaskinen
--- Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.am b/Makefile.am index 13bc469db..14054acc4 100644 --- a/Makefile.am +++ b/Makefile.am @@ -16,6 +16,7 @@ ACLOCAL_AMFLAGS = -I m4 EXTRA_DIST = \ + AGPL \ bootstrap.sh \ git-version-gen \

Re: [pulseaudio-discuss] [PATCH] added two new commands to native API to control the combine sink slaves after the combine sink has been created

2017-01-11 Thread Tanu Kaskinen
On Wed, 2017-01-11 at 17:44 +0530, Arun Raghavan wrote: > On Wed, 11 Jan 2017, at 03:45 AM, Tanu Kaskinen wrote: > > Thanks for the patch! > > > > On Thu, 2017-01-05 at 20:13 +0100, Steffen Pfendtner wrote: > > > Subject: [PATCH] added two new commands to native API to control the > > > combine

Re: [pulseaudio-discuss] First draft of 10.0 release notes completed

2017-01-11 Thread Felipe Sateler
On 10 January 2017 at 21:00, Tanu Kaskinen wrote: > I can reset your wiki password if you tell me your username. Or if you > don't remember the username either, I can create "FelipeSateler". My username is fsateler. If you could reset the password that would be great. Thanks! --

Re: [pulseaudio-discuss] [PATCH] added two new commands to native API to control the combine sink slaves after the combine sink has been created

2017-01-11 Thread Arun Raghavan
On Wed, 11 Jan 2017, at 03:45 AM, Tanu Kaskinen wrote: > Thanks for the patch! > > On Thu, 2017-01-05 at 20:13 +0100, Steffen Pfendtner wrote: > > Subject: [PATCH] added two new commands to native API to control the > > combine sink slaves after the combine sink has been created > > There's a

Re: [pulseaudio-discuss] [PATCH] zeroconf-publish: fix unitialized DBusError

2017-01-11 Thread Arun Raghavan
On Wed, 11 Jan 2017, at 12:04 PM, Tanu Kaskinen wrote: > The uninitialized error struct might be the cause for the crash > reported here: https://bugs.archlinux.org/task/52484 > > --- > src/modules/module-zeroconf-publish.c | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git

Re: [pulseaudio-discuss] First draft of 10.0 release notes completed

2017-01-11 Thread Alexander E. Patrakov
Yes, I see the contradiction. Thanks for noticing it. Indeed, I have misremembered the forum post that prompted me to investigate the bug. In that forum post, the microphone actually worked, but the speakers didn't, because the device supports only multi-channel output.