Details
-
Bug
-
Resolution: Fixed
-
P3: Somewhat important
-
6.9
-
None
-
93104430c (6.9), 29151056e (tqtc/lts-6.8)
Description
In https://doc.qt.io/qt-6/qvideosink.html there's the sentence
"When using QPainter, the QVideoFrame can be drawing using the paint() method in QVideoSink."
However QVideoSink doesn't have a paint() method. Presumably this should refer to the paint method in QVideo*Frame*