guidance for porting QAbstractVideoSurface ?
Unsolved
Qt 6
-
I use
QAbstractVideoSurface
throughout my media player app. I useQGraphicsScene
with manyCGraphicsVideoItem
in it, some fromQMediaPlayer
, some fromQCamera
, some fromQImage
... All of them useQAbstractVideoSurface
to present frames.What's the porting guidance here?
While i'm here: what about
QVideoSurfaceFormat
? is that nowQVideoFrameFormat
? -
Hi,
I think your are going to need QVideoSink.
However, I don't know how to get from your custom surface to it.
The API is being reviewed so you should check the interest mailing list and bring your porting question there.