Doc: Fix minor typos
Task-number: QTWEBSITE-514 Change-Id: Ie8f3689d18d15fd0e88e0ada4a745d9994d9c2ae Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
This commit is contained in:
committed by
The Qt Project
parent
03ae7a5b7d
commit
ab54cc46c6
@@ -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);
|
||||
}
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user