Gstreamer 0.10 component

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

Gstreamer 0.10 component

806 Views
weikeng-jimmy
Contributor III

Hi Sir,

Yocto 1.7 have both Gstreamer 1.x and Gstreamer 0.10 and NXP Yocto 1.8 Project

versions removes the core Gstreamer 0.10 components. My customer will re-build Gstreamer 0.10.

What's step to install gstreamer0.1 into rootfs ? And it have side-effect ?

Labels (4)
0 Kudos
3 Replies

578 Views
joanxie
NXP TechSupport
NXP TechSupport

I'm not suggest you to use gstreamer0.1 anymore, we haven't updated this version already, if customer must use this, you can refer to the older version to poting it.

0 Kudos

578 Views
charleshuang
Senior Contributor II

Hi  Guanqiong Xie,

    

     How to porting gstreamer0.1 by bb file ?

     which files do I operate or refer to ?

     Thank you

0 Kudos

578 Views
weikeng-jimmy
Contributor III

Hi Charles,

~/yocto_3.14.52-1.1.0/sources/meta-fsl-bsp-release/imx/meta-sdk/recipes-fsl/images$vim fsl-image-gui.bb

# set mm image install specific to SOC

MM_IMAGE_INSTALL = ""

MM_IMAGE_INSTALL_mx6 = "packagegroup-fsl-gstreamer packagegroup-fsl-multimedia-gstreamer1.0-core packagegroup-fsl-multimedia-gstreamer1.0-testapps"                                                  <----------------  add  packagegroup-fsl-gstreamer to this line.