From 45fb451024ef824333979e66d7381c23a0e02a7b Mon Sep 17 00:00:00 2001 From: Antti Kokko Date: Wed, 3 Jun 2020 13:51:21 +0300 Subject: Add changes file for Qt 5.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 --- dist/changes-5.12.9 | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 dist/changes-5.12.9 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. -- cgit v1.2.1