Commits (7)
-
Yoann Lopes authored
Change-Id: I5e4d301ff056b3de2da8f9a5271d36364bfd5dc8 Reviewed-by:
Christian Stromme <christian.stromme@qt.io>
52ce26c0 -
Maurice Kalinowski authored
c84bdf63 introduced a potential crash on Windows Phone as querying for photo resolutions still might return video properties. As a result, querying for ImageEncodingProperties will fail and the function returns no resolution at all causing an assert later on. Instead of checking for the stream type passed to getMediaStreamResolutions we have to check for the property type of the list itself. Task-number: QTBUG-53714 Change-Id: I7bfc48ebf1fef4f9165135af604ce6c91a418438 Reviewed-by:
Oliver Wolff <oliver.wolff@qt.io>
711efc55 -
Maurice Kalinowski authored
Change-Id: I44620b8513fdf20ebc0e093368044133eabdd6b3 Reviewed-by:
Oliver Wolff <oliver.wolff@qt.io>
20299cfc -
Maurice Kalinowski authored
QWinRTAbstractVideoRendererControl::setActive was using QThread::requestInterrupt previously to indicate to the render thread that it is supposed to quit. However, when switching cameras you cannot tell the render thread to continue rendering. Instead start() is called and then the render thread recognized the previous interrupt request, resulting in a quit and no further rendering happening. Instead we wait for the render thread to complete by using shutdown(). Task-number: QTBUG-53722 Change-Id: Ibee2ed4f64400ca14c788984a73df4be0653ed2b Reviewed-by:
Oliver Wolff <oliver.wolff@qt.io>
bff19dbe -
Liang Qi authored
Change-Id: I0b4fde2a47b428fd04012a8dbec16fd14797b8dd
e1992d9d -
Yoann Lopes authored
Change-Id: I5097a0450f5836e48a697249619a1822775f3ad8 Reviewed-by:
Timur Pocheptsov <timur.pocheptsov@theqtcompany.com>
2303d2fe -
Yoann Lopes authored
Change-Id: I24d3da1417142bc80bc6b6c1c8124c246afe03db Reviewed-by:
Timur Pocheptsov <timur.pocheptsov@theqtcompany.com> Reviewed-by:
Christian Stromme <christian.stromme@qt.io>
f5de1410
Showing
dist/changes-5.6.1
0 → 100644