summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntti Kokko <antti.kokko@qt.io>2020-06-03 13:51:21 +0300
committerVaL Doroshchuk <valentyn.doroshchuk@qt.io>2020-06-04 09:37:59 +0200
commit45fb451024ef824333979e66d7381c23a0e02a7b (patch)
tree5285b8a665a650e280feb1432415c0181a8b24de
parent76f5027181f690d6d0311f3d9f10061da7166ac9 (diff)
downloadqtmultimedia-5.12.9.tar.gz
Add changes file for Qt 5.12.9v5.12.95.12.9
+ 67cab3e01d4d26f95af2e202ad3fd16722b1c6c7 tst_QMediaObject: Remove checking of expected elapsed time + c22f263c5d7bd602197215978d59e53d67a7dd6d Skip all tst_QMediaPlayerBackend tests when there is no codec available + 61a6a09429cf8c34a356748a3bb76fc7868a54b1 ALSA: Calculate buffer size based on min period time + 0f2e2dba7e728596db2c7207032f04a9e1a82333 Bump version + 76f5027181f690d6d0311f3d9f10061da7166ac9 Vivante: Keep only one frame Change-Id: I5aa94f8d4cebdb3192d993d904a483064f713c69 Reviewed-by: Paul Wicking <paul.wicking@qt.io>
-rw-r--r--dist/changes-5.12.931
1 files changed, 31 insertions, 0 deletions
diff --git a/dist/changes-5.12.9 b/dist/changes-5.12.9
new file mode 100644
index 000000000..caa08b0c5
--- /dev/null
+++ b/dist/changes-5.12.9
@@ -0,0 +1,31 @@
+Qt 5.12.9 is a bug-fix release. It maintains both forward and backward
+compatibility (source and binary) with Qt 5.12.0 through 5.12.8.
+
+For more details, refer to the online documentation included in this
+distribution. The documentation is also available online:
+
+https://doc.qt.io/qt-5/index.html
+
+The Qt version 5.12 series is binary compatible with the 5.11.x series.
+Applications compiled for 5.11 will continue to run with 5.12.
+
+Some of the changes listed in this file include issue tracking numbers
+corresponding to tasks in the Qt Bug Tracker:
+
+https://bugreports.qt.io/
+
+Each of these identifiers can be entered in the bug tracker to obtain more
+information about a particular change.
+
+ - This release contains only minor code improvements.
+
+****************************************************************************
+* Platform Specific Changes *
+****************************************************************************
+
+- Vivante:
+ * The imx6 vivante implementation now does not keep previous video buffer
+ which fixed jerky playback when frames are not coming at constant rate.
+
+- ALSA:
+ * [QTBUG-43256] Fixed choppy sound playback by adjusting audio buffer size.