[pulseaudio-discuss] [PATCH] modules: support XDG_DATA_DIRS when find desktop files

2017-10-30 Thread Iceyer
--- src/modules/module-augment-properties.c | 63 + 1 file changed, 40 insertions(+), 23 deletions(-) diff --git a/src/modules/module-augment-properties.c b/src/modules/module-augment-properties.c index 541f0e79..56217d51 100644 ---

Re: [pulseaudio-discuss] [PATCH] pavucontrol: implement single-launch

2017-10-30 Thread Colin Leroy
On 30 October 2017 at 16h15, Tanu Kaskinen wrote: Hi, > This is a weird function. [...] > I think it would be better if this function was only called when the > caller really wants to apply the heuristics. I'll update the patch to do that. Below are answers to the rest of your questions: > >

[pulseaudio-discuss] [PATCH 3/3] message-handler: Send signal on handler events

2017-10-30 Thread Georg Chini
Signals are used to notify clients when a messge handler was added/removed or when the description changed. --- src/pulsecore/message-handler.c | 19 +++ 1 file changed, 19 insertions(+) diff --git a/src/pulsecore/message-handler.c b/src/pulsecore/message-handler.c index

[pulseaudio-discuss] [PATCH 1/3] protocol-native: Add signal receiving capability

2017-10-30 Thread Georg Chini
This patch extends the client subscription API, so that signals sent from PulseAudio can be processed. Within PulseAudio, a signal can be emitted using pa_signal_post(). The interface can be used to notify the client of events that are not covered by the subscription API (for example a button

[pulseaudio-discuss] [PATCH 3/3] message-handler: Send signal on handler events

2017-10-30 Thread Georg Chini
Signals are used to notify clients when a messge handler was added/removed or when the description changes. --- src/pulsecore/message-handler.c | 9 + 1 file changed, 9 insertions(+) diff --git a/src/pulsecore/message-handler.c b/src/pulsecore/message-handler.c index 8f8830d6..b6505dc9

[pulseaudio-discuss] [PATCH 2/3] pactl: Add signal receiver

2017-10-30 Thread Georg Chini
--- man/pactl.1.xml.in | 2 +- src/utils/pactl.c | 20 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/man/pactl.1.xml.in b/man/pactl.1.xml.in index e444f973..d0d80ab9 100644 --- a/man/pactl.1.xml.in +++ b/man/pactl.1.xml.in @@ -254,7 +254,7 @@ License along

Re: [pulseaudio-discuss] [PATCH] sink-input, source-output: add a couple of assertions

2017-10-30 Thread Tanu Kaskinen
On Mon, 2017-10-30 at 17:43 +0530, Arun Raghavan wrote: > On Mon, 30 Oct 2017, at 12:45 AM, Tanu Kaskinen wrote: > > Coverity complained about data->sink being possibly NULL when it's > > dereferenced later. It was difficult for me to figure out whether that > > was a false positive or not.

[pulseaudio-discuss] How to check visually for XRUNs/drop-out/interruptions and similar in PulseAudio?

2017-10-30 Thread 21naown
Hello, I would like to know how can I check visually (with an indicator for example) for XRUNs/drop-out/interruptions and similar? I use (on Debian): – pulseaudio (configured to work with jack); – pulseaudio-module-jack; – qjackctl. I know QjackCtl can display the XRUNs but in my mind, it

Re: [pulseaudio-discuss] [PATCH] pavucontrol: implement single-launch

2017-10-30 Thread Tanu Kaskinen
On Thu, 2017-10-26 at 22:28 +0200, Colin Leroy wrote: > From 2120613fa5bd68ebbdd0e9428357030736fce013 Mon Sep 17 00:00:00 2001 > From: Colin Leroy > Date: Thu, 26 Oct 2017 22:20:36 +0200 > Subject: [PATCH] Implement single-launch with Gtk::Application > > This introduces a new

Re: [pulseaudio-discuss] [PATCH] sink-input, source-output: add a couple of assertions

2017-10-30 Thread Arun Raghavan
On Mon, 30 Oct 2017, at 12:45 AM, Tanu Kaskinen wrote: > Coverity complained about data->sink being possibly NULL when it's > dereferenced later. It was difficult for me to figure out whether that > was a false positive or not. Hopefully the comments make it a bit > easier to reason about the code

Re: [pulseaudio-discuss] pulseaudio continue send data to sink after the play status is stopped.

2017-10-30 Thread Tanu Kaskinen
On Thu, 2017-10-26 at 18:46 +0200, dst wrote: > Hello, > I use pulseaudio 6.0 and bluez5.19 on my device, my device act as an > a2dp source. > My device connect to a head unit and play audio, I found in the > hcidump log that after the play back status changed to stopped, the > a2dp streaming will

Re: [pulseaudio-discuss] No rule to make target `libdbus-util.lo', needed by `libdbus-util.la'

2017-10-30 Thread Tanu Kaskinen
On Thu, 2017-10-26 at 14:45 +0530, namit...@codeaurora.org wrote: > Hi all, > > I am trying to make a new module for pulseaudio. I am following > instructions here > > https://www.freedesktop.org/wiki/Software/PulseAudio/Documentation/Developer/Modules/ Those instructions should be removed or

Re: [pulseaudio-discuss] bluetooth headset disconection

2017-10-30 Thread Tanu Kaskinen
On Sat, 2017-10-28 at 14:30 +0900, Shinnosuke Suzuki wrote: > > Your attached log ends at this message: > > > >D: [pulseaudio] module-always-sink.c: Autoloading null-sink as no other > > sinks detected. > > > > Is that the last message that you see, and after that PulseAudio is > > stuck?

Re: [pulseaudio-discuss] How to control latency with CLI?

2017-10-30 Thread Steven Wawryk
  * Whenever this source-output calls this function (outputting "rsmplr=30, flags=0x4" in the while loop), there seems to always be another immediately following call (outputting "limit=2304000bytes (1)" at the start of the function) with the*large*  2304000bytes limit that never executes