GNOME Bugzilla – Bug 558285
Use libcanberra for sound events
Last modified: 2009-02-04 16:23:02 UTC
To reproduce: 1. Make sure g-p-m is connected to a phone; 2. Receive a message - a sound notification is played; 3. Open "pavucontrol" and terminate the g-p-m playback stream; Result: 100 % CPU usage.
This isn't a bug in gnome-phone-manager, but in playbin, or the sink (in this case pulsesink). Would be easier to rip out that code and use libcanberra instead.
2009-02-04 Bastien Nocera <hadess@hadess.net> * configure.in: * data/Makefile.am: * src/app.h: * src/main.c (main): * src/ui.c (idle_play_alert): Code removal galore, use libcanberra to play back sounds instead of GStreamer (Closes: #558285)