[meta-freescale] Mainline Yocto and gstreamer1.0
    Vanhauwaert Wouter 
    W.Vanhauwaert at TELEVIC.com
       
    Wed Sep 18 05:43:30 PDT 2013
    
    
  
I want to add gstreamer 1.0 including all possible plugins to my image for imx53qsb,  bitbake core-image-web-kiosk.
For this I add to my conf/local.conf:
IMAGE_INSTALL_append = " gstreamer1.0 gstreamer1.0-plugins-base gstreamer1.0-plugins-good gstreamer1.0-plugins-bad gstreamer1.0-plugins-ugly gstreamer1.0-libav gstreamer1.0-omx nss"
LICENSE_FLAGS_WHITELIST = "commercial"
However, when I do a gst-inspect-1.0 on my board, I only have:
root at imx53qsb:~# gst-inspect
coreelements:  valve: Valve element
coreelements:  multiqueue: MultiQueue
coreelements:  typefind: TypeFind
coreelements:  tee: Tee pipe fitting
coreelements:  filesink: File Sink
coreelements:  queue2: Queue 2
coreelements:  queue: Queue
coreelements:  output-selector: Output selector
coreelements:  input-selector: Input selector
coreelements:  identity: Identity
coreelements:  funnel: Funnel pipe fitting
coreelements:  filesrc: File Source
coreelements:  fdsink: Filedescriptor Sink
coreelements:  fdsrc: Filedescriptor Source
coreelements:  fakesink: Fake Sink
coreelements:  fakesrc: Fake Source
coreelements:  capsfilter: CapsFilter
coreindexers:  fileindex: A index that stores entries in file
coreindexers:  memindex: A index that stores entries in memory
staticelements:  bin: Generic bin
staticelements:  pipeline: Pipeline object
Total count: 3 plugins, 21 features
Am I missing something?
    
    
More information about the meta-freescale
mailing list