Details
-
Type:
Bug
-
Status: Closed
-
Priority:
P1: Critical
-
Resolution: Fixed
-
Affects Version/s: 6.2.0 RC2
-
Component/s: Multimedia
-
Labels:
-
Environment:Qt Creator 5.0.1
Qt 6.2 rc2
Compiler is MSVC 16.6 (from VS 2019)
-
Platform/s:
-
Commits:79993504db72b68d996e4435d7b1aff98954016d (qt/tqtc-qtmultimedia/6.2)
Description
isDecodingChanged() signal is called with TRUE, then immediately with FALSE.
bufferReady(), error(), finished(), durationChanged() are never called.
no error reported in errorString(), i must manually detect this state and handle the error as a special case.
Shouldn't this be working?