JeffyCN / rockchip_mirrors

Mirrors of a few Rockchip BSP repositories, some others in https://github.com/JeffyCN/mirrors.
Other
10 stars 2 forks source link

Bug in the alpha decoder #45

Closed ndufresne closed 4 months ago

ndufresne commented 5 months ago

Hi, sorry to bother you, but we fixed a bug in upstream gstreamer that has been introduce in your gstreamer-rockchip repo too. You'll find the details here: https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/6452

In short, we don't cast the value pass as vararg to "max-size-time" property, meaning we pass 32bit instead of 64.

JeffyCN commented 5 months ago

Hi, thanks for noticing, i've ported that patch.