JeffyCN / rockchip_mirrors

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

no mpp265enc after install gstreamer-rockchip #53

Closed andrescera closed 8 minutes ago

andrescera commented 5 hours ago

I´d like to ask if there are any other requirements to get those plugins working, I compiled and installed mpp and GStreamer (1.14) and then built the packages using:

meson build -Dprefix=/usr/local -Drockchipmpp=enabled -Drkximage=enabled -Dkmssrc=enabled -Drga=enabled Dvpxalphadec=enabled cd build ninja sudo ninja install

but after running

gst-inspect-1.0 | grep mpp The output I get is:

rockchipmpp: mppvideodec: Rockchip's MPP video decoder rockchipmpp: mppjpegdec: rockchip's MPP JPEG image decoder typefindfunctions: audio/x-musepack: mpc, mpp, mp+

Is there any other parameter or requirement I should use to get things working properly?

JeffyCN commented 4 hours ago

it depends on mpp, would not be registered if mpp failed to init

andrescera commented 8 minutes ago

thanks it was my kernel version I downgraded from 6.11 to 6.1 and it worked well