How to add imxvideoconvert_g2d GStreamer plugin in Buildroot/Yocto?

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

How to add imxvideoconvert_g2d GStreamer plugin in Buildroot/Yocto?

339 Views
Sourabh1107
Contributor II

Hello All,

 

I am creating a custom Linux for i.MX 8M Plus A53 using Buildroot which will be used to test ML pipelines using GStreamer. For this I need to use plugins like "imxvideoconvert_g2d", "imxcompositor_g2d". I have enabled gst plugins in Buildroot (gst1-imx2 imxg2d, imx-gpu-g2d) but I couldn't find any relevant plugins in Buildroot for above. Can anyone please let me know how to add them?
How is it done in Yocto?

Thanks in advance

Tags (2)
0 Kudos
1 Reply

283 Views
JosephAtNXP
NXP TechSupport
NXP TechSupport

Hi,

Thank you for your interest in NXP Semiconductor products,

Buildroot is not officially supported.

In Yocto, syntax depends on version, but:

IMAGE_INSTALL_append = " gstreamer1.0-plugins-<plugin>"

As you can see in here and here.

Regards

0 Kudos