Hi,
I'm using qmlglsink for rendering video in Qt based application.
It's running both on Windows 10 and IMX8.
With a Full-HD content, it's smooth on both platforms.
With a 4K content:
* it's smooth on my Windows workstation
* it's damn slow/jerky on my IMX8 based board.
I thought about a pb with gl drivers.
But if I launch a pipeline from the command line such as:
gst-launch-1.0 -vvv souphttpsrc location=
http://172.17.0.171/video/rev.mkv ! matroskademux name=demux demux. ! h265parse ! queue ! v4l2h265dec ! queue ! imxvideoconvert_g2d ! kmssink driver-name=imx-drm
or
gst-launch-1.0 -vvv souphttpsrc location=
http://172.17.0.171/video/rev.mkv ! matroskademux name=demux demux. ! h265parse ! queue ! v4l2h265dec ! queue ! imxvideoconvert_g2d ! waylandsink
it is perfectly smooth.
So I guess something is maybe wrong in the qmlglsink ?
Did someone already test this plugin with a real 4K content ?
Thanks.
K.