diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2008-10-25 13:38:03 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2008-10-25 13:38:03 +0000 |
| commit | 45c494330f4c597acc56dce001207ca6a895668d (patch) | |
| tree | 37a71d88a6f72302910a279e56e6781f44e21632 /src | |
| parent | 7d6dc0517fe4979c59116d9a4956b18223437316 (diff) | |
| download | qmmp-45c494330f4c597acc56dce001207ca6a895668d.tar.gz qmmp-45c494330f4c597acc56dce001207ca6a895668d.tar.bz2 qmmp-45c494330f4c597acc56dce001207ca6a895668d.zip | |
send buffering state befor playing
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@599 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src')
| -rw-r--r-- | src/qmmp/soundcore.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/qmmp/soundcore.cpp b/src/qmmp/soundcore.cpp index 4a27755f0..c56250dd9 100644 --- a/src/qmmp/soundcore.cpp +++ b/src/qmmp/soundcore.cpp @@ -81,6 +81,8 @@ bool SoundCore::play(const QString &source) if (m_handler->state() != Qmmp::Stopped) //clear error state m_handler->dispatch(Qmmp::Stopped); + m_handler->dispatch(Qmmp::Buffering); //buffering state + QUrl url; if (QFile::exists(source)) //local file url = QUrl::fromLocalFile(source); |
