summaryrefslogtreecommitdiffstats
path: root/examples/multimedia/video/recorder
diff options
context:
space:
mode:
authorLars Knoll <lars.knoll@gmail.com>2022-06-14 15:18:48 +0200
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2022-06-16 20:03:41 +0000
commit4ecae775706d86064ef8bf87cb0e4fd15d03276a (patch)
tree9f41162869b38c74c2206f6b198643e795eb44dc /examples/multimedia/video/recorder
parent3c143519c5158f435e51f223aafc43f6637bf2ee (diff)
Split spatial audio out into a lib of its own
Move the classes from src/multimedia/spatial into its own QtSpatialAudio library. This is required to keep Qt Multimedia compatible with the requirements from the KDE Free Qt Foundation agreement, as well as to keep license compatibility with existing applications licensed under GPLv2 that are using Qt Multimedia. Moving the classes into a module of their own required a few additional changes to ensure we generate proper documentation for the new spatial audio module. To align the API between C++ and QML, the QML import was also renamed to QtQuick3D.SpatialAudio. Change-Id: Ia3f9ac5e1edac4b1e07d3302d7a229ada5bdc038 Reviewed-by: Paul Olav Tvete <paul.tvete@qt.io> (cherry picked from commit c403e775f60a5d02e761904342ac243be1f22597) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
Diffstat (limited to 'examples/multimedia/video/recorder')
-rw-r--r--examples/multimedia/video/recorder/doc/src/recorder.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/multimedia/video/recorder/doc/src/recorder.qdoc b/examples/multimedia/video/recorder/doc/src/recorder.qdoc
index 9ced09e74..574ab27b6 100644
--- a/examples/multimedia/video/recorder/doc/src/recorder.qdoc
+++ b/examples/multimedia/video/recorder/doc/src/recorder.qdoc
@@ -26,7 +26,7 @@
****************************************************************************/
/*!
- \example multimedia/video/recorder
+ \example video/recorder
\title QML Recorder Example
\ingroup multimedia_examples
\ingroup video_examples_qml