Doc: Fix minor typos

Task-number: QTWEBSITE-514
Change-Id: Ie8f3689d18d15fd0e88e0ada4a745d9994d9c2ae
Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
This commit is contained in:
Sze Howe Koh
2013-03-31 20:45:31 +08:00
committed by The Qt Project
parent 03ae7a5b7d
commit ab54cc46c6
4 changed files with 5 additions and 5 deletions

View File

@@ -447,7 +447,7 @@ void AVFMediaPlayerSession::setVideoOutput(AVFVideoOutput *output)
if (m_videoOutput == output)
return;
//Set the current ouput layer to null to stop rendering
//Set the current output layer to null to stop rendering
if (m_videoOutput) {
m_videoOutput->setLayer(0);
}

View File

@@ -54,7 +54,7 @@ public:
};
#define AVFVideoOutput_iid \
"org.qt-project.qt.AVFVideoOuput/5.0"
"org.qt-project.qt.AVFVideoOutput/5.0"
Q_DECLARE_INTERFACE(AVFVideoOutput, AVFVideoOutput_iid)
QT_END_NAMESPACE