summaryrefslogtreecommitdiffstats
path: root/src/multimedia
diff options
context:
space:
mode:
Diffstat (limited to 'src/multimedia')
-rw-r--r--src/multimedia/doc/src/qtmultimedia-index.qdoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/multimedia/doc/src/qtmultimedia-index.qdoc b/src/multimedia/doc/src/qtmultimedia-index.qdoc
index 8417a2a5d..6ab71303e 100644
--- a/src/multimedia/doc/src/qtmultimedia-index.qdoc
+++ b/src/multimedia/doc/src/qtmultimedia-index.qdoc
@@ -197,7 +197,7 @@
These are:
\list
\li gstreamer on Linux
- \li AVFoundation on macOS
+ \li AVFoundation on macOS and iOS
\li WMF Windows
\li MediaCodec framework on Android
\endlist
@@ -226,7 +226,7 @@
In the case of issues with the default FFmpeg backend, we suggest testing with a native backend.
You can switch to native backends by setting the \c{QT_MEDIA_BACKEND} environment variable
- to \c windows, \c gstreamer (on Linux), \c darwin (on macOS), or \c android:
+ to \c windows, \c gstreamer (on Linux), \c darwin (on macOS and iOS), or \c android:
\code
export QT_MEDIA_BACKEND=darwin