aboutsummaryrefslogtreecommitdiff
path: root/src/player_thread.c
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2008-08-26 08:27:17 +0200
committerMax Kellermann <max@duempel.org>2008-08-26 08:27:17 +0200
commitb94af79134678f6998988fea902054c5ce5e34ca (patch)
tree75f916b4120f88e42928fca31c22692a4df4e65e /src/player_thread.c
parent4613115becdf99846c0a2367ee7ae76e6ee91d8b (diff)
fix a comment regarding the player queue
Diffstat (limited to 'src/player_thread.c')
-rw-r--r--src/player_thread.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/player_thread.c b/src/player_thread.c
index 2abb367d..e2486f2d 100644
--- a/src/player_thread.c
+++ b/src/player_thread.c
@@ -379,7 +379,7 @@ static void decodeParent(void)
do_xfade = XFADE_UNKNOWN;
- /* wait for the decoder to work on the new song */
+ /* wait for a signal from the playlist */
if (pc.queueState == PLAYER_QUEUE_DECODE ||
pc.queueLockState == PLAYER_QUEUE_LOCKED) {
notify_wait(&pc.notify);