summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArtem Dyomin <artem.dyomin@qt.io>2023-03-03 15:25:00 +0100
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2023-03-05 06:25:17 +0000
commitf7980f4b3e267a7ed210fc787473716c4a8c15f4 (patch)
tree185e6a12a5473edc58d2a7894fef267a02acf780
parent5728890063d5cf9cfbc8c292780a4ec51db4baf9 (diff)
downloadqtdoc-f7980f4b3e267a7ed210fc787473716c4a8c15f4.tar.gz
Add whatsnew6.5 for Qt Multimedia
The valuable news are adding the screen capture functionality and making the ffmpeg backend default. More details of media backends are described here: codereview.qt-project.org/c/qt/qtmultimedia/+/464445 Should we link some somehow? Change-Id: I8c411bba84f20303ac57848ff94ff6b90a86675b Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io> Reviewed-by: Lars Knoll <lars@knoll.priv.no> (cherry picked from commit ce6f6ddf00d78bab30c73298e818d441f23d2617) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-rw-r--r--doc/src/whatsnew/whatsnew65.qdoc12
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/src/whatsnew/whatsnew65.qdoc b/doc/src/whatsnew/whatsnew65.qdoc
index 5e32c9c6..4c5cbf0d 100644
--- a/doc/src/whatsnew/whatsnew65.qdoc
+++ b/doc/src/whatsnew/whatsnew65.qdoc
@@ -311,6 +311,18 @@
configure some of the common \l {QtWebView::WebView}{WebView} functionality.
\endlist
+ \section2 Qt Multimedia Module
+
+ \list
+ \li The ffmpeg media backend, being a technical preview in 6.4, becomes the default
+ for macOS, Windows, Android, and Linux except for Yocto distribution. The native backends
+ are still available with limited support.
+ \li Introduced \l QScreenCapture class that is a new type of video input.
+ It's possible to direct video from \l QScreenCapture through \l {QMediaCaptureSession} to outputs,
+ e.g. \l QMediaRecorder or \l QVideoWidget. The screen capture functionality is available only
+ with the ffmpeg media backend.
+ \endlist
+
\section1 Platform Changes
\section2 WebAssembly