From ac0e799965afef198e3cba1eb11f018cae680ac3 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Sun, 25 Jan 2009 13:44:27 +0100 Subject: decoder_control: added decoder_control.thread decoder_control.thread contains the handle of the decoder thread, or NULL if the decoder thread isn't running. --- src/player_thread.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/player_thread.c') diff --git a/src/player_thread.c b/src/player_thread.c index c5060fcb4..dc263b6ad 100644 --- a/src/player_thread.c +++ b/src/player_thread.c @@ -526,7 +526,7 @@ static gpointer player_task(G_GNUC_UNUSED gpointer arg) break; case PLAYER_COMMAND_EXIT: - dc_quit(&pc.notify); + dc_quit(); closeAudioDevice(); player_command_finished(); g_thread_exit(NULL); -- cgit v1.2.3