[pulseaudio-discuss] [PATCH] Improve the set-log-target functionality

2013-06-18 Thread Shuai Fan
Add a new log target 'newfile:PATH' , and refactoring 'pa_log_target_type'. Signed-off-by: Shuai Fan --- src/daemon/daemon-conf.c| 82 +++--- src/daemon/daemon-conf.h| 3 +- src/daemon/main.c | 13 +++-- src/pulsecore/cli-command.c | 45 +++

Re: [pulseaudio-discuss] [Git pull] Big cleanup branch

2013-06-18 Thread Damir Jelić
On Tue, Jun 18, 2013 at 10:00:32PM +0300, Tanu Kaskinen wrote: > On Tue, 2013-06-18 at 20:56 +0200, Damir Jelić wrote: > > On Tue, Jun 18, 2013 at 09:48:35PM +0300, Tanu Kaskinen wrote: > > > On Tue, 2013-06-18 at 17:06 +0200, Damir Jelić wrote: > > > > Hi. > > > > > > > > I played around with sed

Re: [pulseaudio-discuss] [Git pull] Big cleanup branch

2013-06-18 Thread Tanu Kaskinen
On Tue, 2013-06-18 at 20:56 +0200, Damir Jelić wrote: > On Tue, Jun 18, 2013 at 09:48:35PM +0300, Tanu Kaskinen wrote: > > On Tue, 2013-06-18 at 17:06 +0200, Damir Jelić wrote: > > > Hi. > > > > > > I played around with sed and cleaned up the pulseaudio tree. > > > I've fixed style and whitespace

Re: [pulseaudio-discuss] [Git pull] Big cleanup branch

2013-06-18 Thread Damir Jelić
On Tue, Jun 18, 2013 at 09:48:35PM +0300, Tanu Kaskinen wrote: > On Tue, 2013-06-18 at 17:06 +0200, Damir Jelić wrote: > > Hi. > > > > I played around with sed and cleaned up the pulseaudio tree. > > I've fixed style and whitespace issues and removed some old cruft. > > > > I think the patches wo

Re: [pulseaudio-discuss] [Git pull] Big cleanup branch

2013-06-18 Thread Tanu Kaskinen
On Tue, 2013-06-18 at 17:06 +0200, Damir Jelić wrote: > Hi. > > I played around with sed and cleaned up the pulseaudio tree. > I've fixed style and whitespace issues and removed some old cruft. > > I think the patches would be too big for the mailing list so I have > pushed them to my github repo

[pulseaudio-discuss] [PATCH] combine: Fix crash in output freeing

2013-06-18 Thread Tanu Kaskinen
The outputs are removed from the idxset before output_free() is called. Trying to remove them again in output_free(), and asserting that it should succeed caused crashing whenever outputs were freed. This bug was introduced in commit 061878b5a47ed9aa05d12430b039874b63c29a84. BugLink: https://bugs

Re: [pulseaudio-discuss] [PATCH 2/2] zeroconf: Fix pa_mainloop_api_once usage

2013-06-18 Thread Tanu Kaskinen
On Tue, 2013-06-18 at 21:06 +0530, Arun Raghavan wrote: > On Mon, 2013-06-17 at 18:16 +0530, Arun Raghavan wrote: > > We need the mainloop lock to be taken around pa_mainloop_api_once() to > > prevent an assert due to the defer event creation and setting of the > > destroy callback not being perfor

Re: [pulseaudio-discuss] [PATCH 2/2] zeroconf: Fix pa_mainloop_api_once usage

2013-06-18 Thread Arun Raghavan
On Mon, 2013-06-17 at 18:16 +0530, Arun Raghavan wrote: > We need the mainloop lock to be taken around pa_mainloop_api_once() to > prevent an assert due to the defer event creation and setting of the > destroy callback not being performed atomically. > --- No comments, so pushed both of these out

[pulseaudio-discuss] [Git pull] Big cleanup branch

2013-06-18 Thread Damir Jelić
Hi. I played around with sed and cleaned up the pulseaudio tree. I've fixed style and whitespace issues and removed some old cruft. I think the patches would be too big for the mailing list so I have pushed them to my github repo. Please take a look at this github branch: https://github.com/