How to Enable GST-IMX Plugins for Android 9 on i.MX 8M Mini.

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

How to Enable GST-IMX Plugins for Android 9 on i.MX 8M Mini.

1,019 Views
sambasiva_kurak
Contributor III

Is there a page similar to https://community.nxp.com/docs/DOC-93387 for IMX8M Mini.

We are trying to compile GStreamer(along with Good, Bad, Base and imx-gst-plugins pulled from codeaurora) for i.MX 8M Mini EVK Android 9. Please let us know how to enable all the IMX GST Plugins. Build output shows certain features like “vpu_wrap” are disabled which are required for video decoding using GST in Android 9 environment. We tried setting “--enable-vpuwrap” in config options but still the features are not enabled.

 

Configure result:

        Enabled features:

                plugin: v4lsink

                libs: v4l2core

        Disabled features:

                plugin: imxmp3enc

                plugin: wma8_enc

                plugin: vpu_wrap

                plugin: aiur

                plugin: beep

                plugin: overlaysink

                library: libX11

                imx2ddevice: g2d

                imx2ddevice: ipu

                imx2ddevice: pxp

Labels (1)
Tags (2)
0 Kudos
1 Reply

760 Views
joanxie
NXP TechSupport
NXP TechSupport

if you need install vpu_wrap, pls try to use the commands as below:

bitbake -c compile -f imx-vpuwrap

bitbake -c install -f imx-vpuwrap

0 Kudos