[pulseaudio-discuss] [PATCH] match: Support for both merging and replacing proplist updates.

2011-04-29 Thread Tanu Kaskinen
This patch adds a new update mode specifier that can be optionally given in match rules after the regexp. Propertly list updates triggered by the rule will honour the given mode. The two allowed modes are 'merge' and 'replace', corresponding to PA_UPDATE_MERGE and PA_UPDATE_REPLACE respectively.

[pulseaudio-discuss] [PATCH 0/2] Fixing module-dbus-protocol unloading

2011-04-29 Thread Tanu Kaskinen
There were a couple of crash bugs in the module-dbus-protocol unloading code, which became visible when unloading the module while there were still clients connected. Tanu Kaskinen (2): dbus: Fix connection idxset freeing when unloading the module. dbus: Fix the order of freeing stuff when

[pulseaudio-discuss] [PATCH 2/2] dbus: Fix the order of freeing stuff when unloading module-dbus-protocol.

2011-04-29 Thread Tanu Kaskinen
--- src/modules/dbus/module-dbus-protocol.c | 12 +--- 1 files changed, 9 insertions(+), 3 deletions(-) diff --git a/src/modules/dbus/module-dbus-protocol.c b/src/modules/dbus/module-dbus-protocol.c index 276c6ba..4969585 100644 --- a/src/modules/dbus/module-dbus-protocol.c +++

[pulseaudio-discuss] [PATCH 1/2] dbus: Fix connection idxset freeing when unloading the module.

2011-04-29 Thread Tanu Kaskinen
If u-connections isn't empty when module-dbus-protocol is unloaded, then connection_free() is called for the remaining connections when the idxset is freed. connection_free() tries to remove the connection from the idxset, but that fails, because the item has already been removed from the idxset

Re: [pulseaudio-discuss] [PATCH 0/2] Fixing module-dbus-protocol unloading

2011-04-29 Thread Colin Guthrie
'Twas brillig, and Tanu Kaskinen at 29/04/11 11:58 did gyre and gimble: There were a couple of crash bugs in the module-dbus-protocol unloading code, which became visible when unloading the module while there were still clients connected. Tanu Kaskinen (2): dbus: Fix connection idxset

[pulseaudio-discuss] [PATCH 3/3] bluetooth: only close SCO if status has changed

2011-04-29 Thread Luiz Augusto von Dentz
From: Luiz Augusto von Dentz luiz.dentz-...@nokia.com In case the io thread is starting there is no point on closing SCO just to resume it latter when the source/sink changes to opened state. --- src/modules/bluetooth/module-bluetooth-device.c | 10 +- 1 files changed, 5 insertions(+),

[pulseaudio-discuss] [PATCH 2/3] bluetooth: fix using pointer-pointer when appending an array as variant

2011-04-29 Thread Luiz Augusto von Dentz
From: Luiz Augusto von Dentz luiz.dentz-...@nokia.com pa_dbus_append_basic_array_variant_dict_entry should take the direct pointer to the array. --- src/modules/bluetooth/bluetooth-util.c |6 ++ 1 files changed, 2 insertions(+), 4 deletions(-) diff --git

[pulseaudio-discuss] [PATCH 1/3] bluetooth: fix not updating sample spec when using Media API

2011-04-29 Thread Luiz Augusto von Dentz
From: Luiz Augusto von Dentz luiz.dentz-...@nokia.com When using transport configured via Media API sample spec needs to be updated since codec configuration may affect it when e.g. headset configure a different frequency or number of channels from default. ---

Re: [pulseaudio-discuss] crackle and stutter

2011-04-29 Thread Brian J. Murrell
I can confirm that this continues to happen even when using the 1:0.9.22-0ubuntu1 version from the http://ppa.launchpad.net/ubuntu-audio-dev/ppa/ubuntu channel. Any further ideas? b. signature.asc Description: OpenPGP digital signature ___