Re: [pulseaudio-discuss] Is this a Pulseaudio bug or a Vala bug? (v2)

2011-03-31 Thread Colin Guthrie
'Twas brillig, and Sean McNamara at 30/03/11 18:44 did gyre and gimble: Hi again Alexander, Can anybody confirm (or deny) that this is *not* a Pulseaudio bug? FYI, this page is an absolute lifesaver: http://live.gnome.org/Vala/Manual/Attributes#CCode_Attribute With the attached patch, I

Re: [pulseaudio-discuss] [PATCH] bluetooth: Pull a2dp-codecs.h grom BlueZ

2011-03-31 Thread Colin Guthrie
'Twas brillig, and Paul Menzel at 31/03/11 10:45 did gyre and gimble: Am Donnerstag, den 31.03.2011, 00:56 +0530 schrieb Arun Raghavan: Typo in commit summary: s/grom/from/. This pulls a2dp-codecs.h from BlueZ which contains the capabilities structures for SBC and MPEG. We currently have

[pulseaudio-discuss] [PATCH] bluetooth: Fix HSP volume handling.

2011-03-31 Thread Tanu Kaskinen
Previously the userdata for the volume callbacks was saved to pa_core.shared only once when loading module-bluetooth-device, and only when the SCO over PCM feature was used. That breaks volume handling in cases where the HSP profile is used without the SCO over PCM setup. Now the userdata is set

Re: [pulseaudio-discuss] [PATCH 5/5] bluetooth: Refuse to use the HSP profile if there is some other HSP device active.

2011-03-31 Thread Tanu Kaskinen
On Thu, 2011-03-31 at 15:11 +0300, Tanu Kaskinen wrote: If no volunteers pop up, I guess I'll have to get a bluetooth dongle for my desktop so that I can test this myself. Never mind, I found a dongle already - I'll test it tomorrow. -- Tanu ___

[pulseaudio-discuss] Semaphore lockup when using threaded mainloops excessively

2011-03-31 Thread Daniel Mack
Hi, I'm experiencing a strange sort of a race condition or a stale semaphore when using threaded mainloops excessively. It's somehow tricky to debug as it might take hunderts of iterations to trigger. I wrote a little test that might help hunt this issue. What it does is: it continuously creates

Re: [pulseaudio-discuss] Semaphore lockup when using threaded mainloops excessively

2011-03-31 Thread Daniel Mack
On Thu, Mar 31, 2011 at 3:02 PM, Daniel Mack zon...@gmail.com wrote: I'm on Mac OS X, so it could be a platform specific issue, but maybe more test coverage shows the problem on other platforms as well. I also exchanged the semaphore implementation for an alternative, but that didn't help.

Re: [pulseaudio-discuss] Semaphore lockup when using threaded mainloops excessively

2011-03-31 Thread Colin Guthrie
'Twas brillig, and Daniel Mack at 31/03/11 17:08 did gyre and gimble: On Thu, Mar 31, 2011 at 3:02 PM, Daniel Mack zon...@gmail.com wrote: I'm on Mac OS X, so it could be a platform specific issue, but maybe more test coverage shows the problem on other platforms as well. I also exchanged the

Re: [pulseaudio-discuss] Semaphore lockup when using threaded mainloops excessively

2011-03-31 Thread Daniel Mack
Hi Colin, On Thu, Mar 31, 2011 at 6:20 PM, Colin Guthrie gm...@colin.guthr.ie wrote: 'Twas brillig, and Daniel Mack at 31/03/11 17:08 did gyre and gimble: On Thu, Mar 31, 2011 at 3:02 PM, Daniel Mack zon...@gmail.com wrote: I'm on Mac OS X, so it could be a platform specific issue, but maybe