diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2011-09-16 20:55:38 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2011-09-16 20:55:38 +0000 |
| commit | 6426eb9f737cf2350d862b357206dc6fa2d5331b (patch) | |
| tree | 7fa2d63409e33712d9d01aeeddc7344fec02ce6e /src/plugins/Effect/crossfade | |
| parent | 9408303fad1efd3b889f7677dd255b9437276cfc (diff) | |
| download | qmmp-6426eb9f737cf2350d862b357206dc6fa2d5331b.tar.gz qmmp-6426eb9f737cf2350d862b357206dc6fa2d5331b.tar.bz2 qmmp-6426eb9f737cf2350d862b357206dc6fa2d5331b.zip | |
fixed possible engine conflicts
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@2352 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/Effect/crossfade')
| -rw-r--r-- | src/plugins/Effect/crossfade/crossfadeplugin.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/Effect/crossfade/crossfadeplugin.cpp b/src/plugins/Effect/crossfade/crossfadeplugin.cpp index 8da9ee46f..eee8612ee 100644 --- a/src/plugins/Effect/crossfade/crossfadeplugin.cpp +++ b/src/plugins/Effect/crossfade/crossfadeplugin.cpp @@ -56,7 +56,7 @@ void CrossfadePlugin::applyEffect(Buffer *b) return; case CHECKING: //next source has been received and current engine will be used to play it - if(m_handler->nextEngine() == m_handler->currentEngine()) + if(SoundCore::instance()->nextTrackAccepted()) m_state = PREPARING; else return; |
