Bug#598808: [PATCH] amidi-plugin: fix 100% CPU load on pause

2010-10-08 Thread John Lindgren
tags 598808 fixed-upstream thanks Fixed by this commit: http://hg.atheme.org/audacious-plugins/audacious-plugins/rev/70990db14dc1 Thanks for finding the bug. -- John -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listma

Bug#598808: [PATCH] amidi-plugin: fix 100% CPU load on pause

2010-10-02 Thread Jindřich Makovička
Package: audacious-plugins Version: 2.3-2 When the payback is paused, the playback loop spins uninterrupted, and eats 100% CPU. This patch adds a call to g_usleep() during pause to lower the CPU load. -- Jindrich Makovicka --- a/src/amidi-plug/amidi-plug.c 2010-04-06 22:03:09.0 +0200 +++