whitespace fixes
remove trailing spaces & expand tabs. Change-Id: I05ef110abed90f13b47752760ffb4567a11a6a5e Reviewed-by: Yoann Lopes <yoann.lopes@digia.com> Reviewed-by: Tony Sarajärvi <tony.sarajarvi@digia.com>
This commit is contained in:
committed by
The Qt Project
parent
b690a4d902
commit
5980bc41cf
@@ -563,7 +563,7 @@ void DirectShowPlayerService::releaseGraph()
|
||||
}
|
||||
m_graph->Abort();
|
||||
}
|
||||
|
||||
|
||||
m_pendingTasks = ReleaseGraph;
|
||||
|
||||
::SetEvent(m_taskHandle);
|
||||
@@ -803,7 +803,7 @@ void DirectShowPlayerService::doStop(QMutexLocker *locker)
|
||||
m_pendingTasks |= Seek;
|
||||
|
||||
m_executedTasks &= ~(Play | Pause);
|
||||
|
||||
|
||||
QCoreApplication::postEvent(this, new QEvent(QEvent::Type(StatusChange)));
|
||||
}
|
||||
|
||||
@@ -852,7 +852,7 @@ void DirectShowPlayerService::doSetRate(QMutexLocker *locker)
|
||||
|
||||
seeking->Release();
|
||||
} else if (m_rate != 1.0) {
|
||||
m_rate = 1.0;
|
||||
m_rate = 1.0;
|
||||
}
|
||||
QCoreApplication::postEvent(this, new QEvent(QEvent::Type(RateChange)));
|
||||
}
|
||||
@@ -980,7 +980,7 @@ void DirectShowPlayerService::setAudioOutput(IBaseFilter *filter)
|
||||
m_loop->wait(&m_mutex);
|
||||
}
|
||||
m_audioOutput->Release();
|
||||
}
|
||||
}
|
||||
|
||||
m_audioOutput = filter;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user