Re: [pulseaudio-discuss] [PATCH] call-state-tracker: New component.

2011-04-08 Thread Jyri Sarha
On Tue, 5 Apr 2011, Maarten Bosmans wrote: What are the users of this state tracker? Is it only some out-of-tree Meego modules? Are you planning to submit those too? At least a snippet of how it should be used would be nice. Hi Maarten, To answer your question about upstreaming the meego

Re: [pulseaudio-discuss] [PATCH] call-state-tracker: New component.

2011-04-06 Thread Tanu Kaskinen
On Wed, 2011-04-06 at 00:57 +0300, Maarten Bosmans wrote: What are the users of this state tracker? Is it only some out-of-tree Meego modules? Are you planning to submit those too? At least a snippet of how it should be used would be nice. The users are mentioned in call-state-tracker.h. I

Re: [pulseaudio-discuss] [PATCH] call-state-tracker: New component.

2011-04-06 Thread Tanu Kaskinen
On Wed, 2011-04-06 at 11:41 +0300, Tanu Kaskinen wrote: On Wed, 2011-04-06 at 00:57 +0300, Maarten Bosmans wrote: What are the users of this state tracker? Is it only some out-of-tree Meego modules? Are you planning to submit those too? At least a snippet of how it should be used would be

[pulseaudio-discuss] [PATCH] call-state-tracker: New component.

2011-04-05 Thread Tanu Kaskinen
From: Tanu Kaskinen ext-tanu.kaski...@nokia.com --- src/Makefile.am|1 + src/pulsecore/call-state-tracker.c | 127 src/pulsecore/call-state-tracker.h | 54 +++ 3 files changed, 182 insertions(+), 0 deletions(-) create

Re: [pulseaudio-discuss] [PATCH] call-state-tracker: New component.

2011-04-05 Thread Colin Guthrie
'Twas brillig, and Tanu Kaskinen at 05/04/11 12:43 did gyre and gimble: From: Tanu Kaskinen ext-tanu.kaski...@nokia.com The commit message is a little bit lacking Can you describe this a bit and it's use cases etc. etc.? Col -- Colin Guthrie gmane(at)colin.guthr.ie http://colin.guthr.ie/

Re: [pulseaudio-discuss] [PATCH] call-state-tracker: New component.

2011-04-05 Thread Maarten Bosmans
What are the users of this state tracker? Is it only some out-of-tree Meego modules? Are you planning to submit those too? At least a snippet of how it should be used would be nice. If I read correctly it is a global boolean state tracker that is a thin wrapper around pa_shared. Is it possible to