Re: [pulseaudio-discuss] [PATCH] loopback: limit rate of a debug trace

2012-05-03 Thread Dalleau, Frederic
Hi Tanu, On Wed, May 2, 2012 at 6:12 PM, Tanu Kaskinen wrote: > On Wed, 2012-05-02 at 17:41 +0200, Frédéric Dalleau wrote: >> This trace is not often displayed but when it is, there is a lot of it! >> This can happen when the source stream used in a loopback has been suspended. > > If the source

Re: [pulseaudio-discuss] [PATCH] loopback: limit rate of a debug trace

2012-05-02 Thread Tanu Kaskinen
On Wed, 2012-05-02 at 17:41 +0200, Frédéric Dalleau wrote: > This trace is not often displayed but when it is, there is a lot of it! > This can happen when the source stream used in a loopback has been suspended. If the source or sink gets suspended, wouldn't it make sense to cork both the source

[pulseaudio-discuss] [PATCH] loopback: limit rate of a debug trace

2012-05-02 Thread Frédéric Dalleau
--- Hi, This trace is not often displayed but when it is, there is a lot of it! This can happen when the source stream used in a loopback has been suspended. Thanks, Frédéric src/modules/module-loopback.c |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/src/modules/mod