How to write/integrate a new GStreamer plugin/element

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

How to write/integrate a new GStreamer plugin/element

2,947 Views
chris_liuv
Contributor III

Hi,

I have a new project and it needs a custom GStreamer element to process video pipeline.

I have read the plugin development guide,

https://gstreamer.freedesktop.org/documentation/plugin-development/basics/boiler.html?gi-language=c

For the NXP SDK, it's yocto linux, how to add an empty plugin/element so that I can link it on gstreamer pipeline on the board?

Is there any experience/instruction could share?

Thanks a lot.

 

0 Kudos
Reply
1 Reply

2,934 Views
igorpadykov
NXP Employee
NXP Employee

Hi Chris

 

one can look at imx-gst1.0-plugin examples

https://source.codeaurora.org/external/imx/imx-gst1.0-plugin/tree/?h=MM_04.06.00_2012_L5.10.y

or gstreamer-imx :

https://github.com/Freescale/gstreamer-imx

 

Best regards
igor

0 Kudos
Reply