How to add imxvideoconvert_g2d GStreamer plugin in Buildroot/Yocto?

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

How to add imxvideoconvert_g2d GStreamer plugin in Buildroot/Yocto?

355 次查看
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

标记 (2)
0 项奖励
1 回复

299 次查看
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 项奖励