I'm building the custom yocto image for the iMX8m mini. It builds gstreamer-1.18.5.imx At first, I am seeing video4linux2 shared lib was installed in rootfs with default package configuration options as mentioned at gstreamer1.0-plugins-good_1.18.5.imx.bb The build succeeded.
But on the target board the $gst-inspect-1.0 | grep v4l2 only outputs 3 plugins:
- v4l2src
- v4l2sink
- v4l2device...
I'm actually looking for below video decoder plugins as mentioned in i.MX8GStreamerUserGuide -

I don't have any of them and I don't really understand why it's not there whereas the yocto recipes have all succeeded.
Can anyone suggest something which I have to look for to fix this issue?