https://bugs.freedesktop.org/show_bug.cgi?id=99667

--- Comment #3 from Arun Raghavan <a...@accosted.net> ---
Looks like Empathy has connected a notify:: signal handler to some property on
pulsesrc, and is working on its pa_context in the thread that the signal is
emitted from. As Tanu points out, what it should be doing is sending a bus
message from the callback and then performing the actual PA calls in the bus
handler (which will be in the glib mainloop thread).

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are the QA Contact for the bug.
_______________________________________________
pulseaudio-bugs mailing list
pulseaudio-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/pulseaudio-bugs

Reply via email to