Fix some typos in documentation.
Fix some spelling and grammatical errors in comments that show up in Qt documentation. No changes to code. Change-Id: Ieb7be17bd1d50751f00620f7ac28d09355856ac0 Reviewed-by: Yoann Lopes <yoann.lopes@digia.com> Reviewed-by: Sze Howe Koh <szehowe.koh@gmail.com>
This commit is contained in:
committed by
The Qt Project
parent
eb84c34c2b
commit
a0d39a2ab6
@@ -59,7 +59,7 @@ supported in QMediaPlayer as well. Playlists as sources are also supported.
|
||||
mmrenderer does not allow access to the pixel data of video frames, hence Qt Multimedia
|
||||
classes like QVideoFrame and QAbstractVideoSurface will not work since they require access
|
||||
to the image data. QVideoWidget and the VideoOutput QML element are implemented with an overlay window;
|
||||
mmrenderer creates a seperate window displaying a video and puts that on top of the Qt application.
|
||||
mmrenderer creates a separate window displaying a video and puts that on top of the Qt application.
|
||||
As a consequence, no other widget or QML element can be put on top of the video, and QML shaders have
|
||||
no effect.
|
||||
|
||||
|
||||
@@ -125,7 +125,7 @@ changed in ways that may affect previously written code. This table highlights s
|
||||
you will probably need to remove them.
|
||||
\row
|
||||
\li QSoundEffect availability
|
||||
\li The SoundEffect QML type was publically accessible in Qt Multimeda Kit,
|
||||
\li The SoundEffect QML type was publicly accessible in Qt Multimeda Kit,
|
||||
and now the C++ version is officially public too. If your code contains the
|
||||
previously undocumented QSoundEffect, you may need to update it.
|
||||
\row
|
||||
|
||||
Reference in New Issue
Block a user