From 8072dd1f7ad86c33ed29ecab189fe94c5a80b0d8 Mon Sep 17 00:00:00 2001 From: phintuka Date: Fri, 25 Aug 2006 08:29:38 +0000 Subject: Fixed returning from pmAudioOnlyBlack playmode (audio visualization plugin was never closed) --- device.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/device.c b/device.c index 0c558492..b3798577 100644 --- a/device.c +++ b/device.c @@ -4,7 +4,7 @@ * See the main source file 'xineliboutput.c' for copyright information and * how to reach the author. * - * $Id: device.c,v 1.16 2006-08-25 04:03:11 phintuka Exp $ + * $Id: device.c,v 1.17 2006-08-25 08:29:38 phintuka Exp $ * */ @@ -585,6 +585,8 @@ bool cXinelibDevice::SetPlayMode(ePlayMode PlayMode) TRACE("pmAudioOnlyBlack --> BlankDisplay, NoVideo"); ForEach(m_clients, &cXinelibThread::BlankDisplay); ForEach(m_clients, &cXinelibThread::SetNoVideo, true); + } else { + ForEach(m_clients, &cXinelibThread::SetNoVideo, m_RadioStream); } return true; -- cgit v1.2.3