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 01:57:27 +0000
commit25203e51f0977b8fc82ba7c0ea545bb1aad24b7c (patch)
treea106f30a728daf6f3003a3d2d8eed476c3cc9309
parentcbca7077457e445353ba2f38ef4db05db40e12eb (diff)
downloadqtdoc-25203e51f0977b8fc82ba7c0ea545bb1aad24b7c.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 efbe952a..15dcff4f 100644
--- a/doc/src/whatsnew/whatsnew65.qdoc
+++ b/doc/src/whatsnew/whatsnew65.qdoc
@@ -315,6 +315,18 @@
configure some of the common \l [QtWebView] {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