Igalia / meta-webkit

Yocto / OpenEmbedded layer for WebKit based engines and browsers
MIT License
127 stars 69 forks source link

vpu acceleration not working on kirkstone for a i.mx8 mini #439

Closed ihermida closed 1 year ago

ihermida commented 1 year ago

Hi guys,

On kirkstone (cog --version 0.14.1 (WPE WebKit 2.38.2)) , when reproducing a video(.mov) with cog, the video is too slow (audio is correct at normal speed). Using gstreamer, the video is reproduced correctly.

If using an older version of cog (from a gatesgarth build), video play works fine (cog --version 0.9.90 (WPE WebKit 2.32.1))

My relevant sha1 layers are:

meta-yocto-bsp = "HEAD:d3e378397395542179a8497fbff4b610f6f7e802" meta-oe
meta-python
meta-networking
meta-webserver = "HEAD:1f31570d0795da90083d1dbf28127c90908e30ee" eta-freescale = "HEAD:3f5fc5810cfb7be61b487ade0a7ecfaeafa3d2aa" meta-webkit = "HEAD:eb31f54387bfd309ec3e936b5f19febaac8045bb"

I am using a kernel 5.15 version, but I also see the same problem using a 5.4 kernel version.

Maybe is needed to start the video with some specific argument? I am just starting the video as "cog ".

I also realize that with this kirkstone version, the mouse pointer is lost. In the previous version that I used, (gatesgarth, cog 0.9.90, WPE WebKit 2.32.1), it works.

Is there any way to enable full debug to deep into the issue?

ihermida commented 1 year ago

It was a memory problem on my device allocating the cma memory