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?

Pick-to: 6.5 6.5.0
Change-Id: I8c411bba84f20303ac57848ff94ff6b90a86675b
Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
Reviewed-by: Lars Knoll <lars@knoll.priv.no>
This commit is contained in:
Artem Dyomin 2023-03-03 15:25:00 +01:00
parent 18253f28f0
commit ce6f6ddf00
1 changed files with 12 additions and 0 deletions

View File

@ -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