IMX8/Multimedia/Gstreamer Support/Package Installation: Difference between revisions

From RidgeRun Developer Wiki
mNo edit summary
mNo edit summary
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
<noinclude>{{IMX8/Head|previous=Multimedia/Gstreamer Support|next=Multimedia/Gstreamer Support/Pipeline Examples|keywords=multimedia,Gstreamer,Yocto Project BSP,Yocto BSP}}</noinclude>
<noinclude>{{IMX8/Head|previous=Multimedia/Gstreamer Support|next=Multimedia/Gstreamer Support/Pipeline Examples|metakeywords=multimedia,Gstreamer,Yocto Project BSP,Yocto BSP}}</noinclude>


=Yocto=
==Yocto==


The i.MX Yocto Project BSP adds recipes to build gstreamer core and different plugins (including the gst-imx), these recipes are in:
The i.MX Yocto Project BSP adds recipes to build GStreamer core and different plugins (including the gst-imx), these recipes are in:
<pre style="white-space: pre-wrap;">$(IMX-YOCTO-TOP-DIR)/sources/meta-fsl-bsp-release/imx/meta-bsp/recipes-multimedia/gstreamer</pre>
<pre style="white-space: pre-wrap;">$(IMX-YOCTO-TOP-DIR)/sources/meta-fsl-bsp-release/imx/meta-bsp/recipes-multimedia/gstreamer</pre>


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


<pre style="white-space: pre-wrap;">
<pre style="white-space: pre-wrap;">

Latest revision as of 17:23, 9 March 2023



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





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: Multimedia/Gstreamer Support Index Next: Multimedia/Gstreamer Support/Pipeline Examples