freebsd-ports/audio/alsaplayer/files/patch-app::CorePlayer.cpp
Joe Marcus Clarke 1f8cd43b73 Add alsaplayer, an audio player with pitch control and a GTK+ GUI.
PR:		43142
Submitted by:	Robin Schilham <co9@xs4all.nl> (based on)
2003-06-30 17:15:20 +00:00

11 lines
386 B
C++

--- app/CorePlayer.cpp-orig Wed Jun 18 13:48:49 2003
+++ app/CorePlayer.cpp Wed Jun 18 13:52:02 2003
@@ -1165,6 +1165,7 @@
//alsaplayer_error("producer: waiting for free buffer");
pthread_mutex_lock(&obj->counter_mutex);
//alsaplayer_error("producer: unblocked");
+ dosleep(1000);
}
}
//alsaplayer_error("Exitting producer_func (producing = %d)", obj->producing);