summaryrefslogtreecommitdiffstats
path: root/dist/changes-5.14.0
diff options
context:
space:
mode:
authorLars Knoll <lars.knoll@qt.io>2021-03-23 13:31:22 +0100
committerLars Knoll <lars.knoll@qt.io>2021-04-06 08:11:45 +0000
commitd6e52bea2da1d31bce91d1a175f9b9e84b8e37f5 (patch)
tree90e41da7f8a6abdd069da5e7fcd410d8accb8843 /dist/changes-5.14.0
parent9aaec39aef634a9f2d972f35484a566bdd01ecd6 (diff)
Move the PixelFormat enum from QVideoFrame to QVideoSurfaceFormat
Change-Id: Ifa888c74c397c640b19387a9ce624dfcf8269c2c Reviewed-by: Lars Knoll <lars.knoll@qt.io> Reviewed-by: Doris Verria <doris.verria@qt.io>
Diffstat (limited to 'dist/changes-5.14.0')
-rw-r--r--dist/changes-5.14.02
1 files changed, 1 insertions, 1 deletions
diff --git a/dist/changes-5.14.0 b/dist/changes-5.14.0
index 4f99255e2..fb4f46ba4 100644
--- a/dist/changes-5.14.0
+++ b/dist/changes-5.14.0
@@ -20,7 +20,7 @@ information about a particular change.
****************************************************************************
- [QTBUG-73878] Removed the Mir client code as it is no longer used.
- - Added QVideoFrame::Format_YUV422P.
+ - Added QVideoSurfaceFormat::Format_YUV422P.
- Deprecated canonicalUrl and canonicalRequest in QMediaContent.
- [QTBUG-74422] Moved dtors of QCameraExposure, QCameraFocus,
QCameraImageProcessing from private to protected.