Difference between revisions of "IMX8/Multimedia/Gstreamer Support/Package Installation"

From RidgeRun Developer Connection
Jump to: navigation, search
Line 13: Line 13:
  
 
<noinclude>
 
<noinclude>
{{IMX8/Foot|Gstreamer|Gstreamer Support/Pipeline Examples}}
+
{{IMX8/Foot|Gstreamer Support|Gstreamer Support/Pipeline Examples}}
 
</noinclude>
 
</noinclude>

Revision as of 17:27, 19 October 2018


NXP Partner Program Registered Vertical.jpg NXP Partner Program Horizontal.jpg
  Index  





Yocto

The i.MX Yocto Project BSP adds recipes to build gstreamer core and different plugins (including the gst-imx), these recipes are in:

$(IMX-YOCTO-TOP-DIR)/sources/meta-fsl-bsp-release/imx/meta-bsp/recipes-multimedia/gstreamer

To add these gstreamer components make sure to add the following lines to the local.conf file

IMAGE_INSTALL_append = "gstreamer1.0 gstreamer1.0-plugins-base gstreamer1.0-plugins-good gstreamer1.0-plugins-bad gstreamer1.0-plugins-ugly imx-gpu-g2d imx-gpu-viv gstreamer1.0-plugins-imx imx-gst1.0-plugin"


Previous: Gstreamer Support Index Next: Gstreamer Support/Pipeline Examples