Which gstreamer package do I need to bitbake if I want to let my Qmediaplayer work

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

Which gstreamer package do I need to bitbake if I want to let my Qmediaplayer work

Jump to solution
1,839 Views
wangtsungli
Contributor IV

Hi Community,

I'm working on i.MX6 Quad sabre-SD and utilize freescale release yocto project to build weston wayland as my OS system.

Now I designed a QT application that could play video via Qmediaplayer.

But I found out that I do not have any player to play.

So I tried to build gstreamer for my root file system.

Below is what I got all the receipt that I could bitbake.

packagegroup-fsl-gstreamer1.0 :1.0-r0
packagegroup-fsl-gstreamer1.0-full :1.0-r0

packagegroup-fsl-multimedia-gstreamer1.0-core :1.0-r0
packagegroup-fsl-multimedia-gstreamer1.0-testapps :1.0-r0

gstreamer :0.10.36-r2
gstreamer1.0 :1.6.0-r0
gstreamer1.0-meta-base :1.0-r0
gstreamer1.0-plugins-bad :1.6.0-r0
gstreamer1.0-plugins-base :1.6.0-r0
gstreamer1.0-plugins-good :1.6.0-r0
gstreamer1.0-plugins-imx :0.12.0-r0
gstreamer1.0-rtsp-server :1.6.0-r0

Which one should I build?

And what is difference between them?

Or is there any method that I could add something in bb file and bitbake fsl-image-qt5 then it will include all the mediaplayer into root file system?

Moreover, is there any menuconfig that I should set to proper fit media player?

Thanks in Advanced!

1 Solution
1,382 Views
wangtsungli
Contributor IV

I solved the problem to add this line in my conf/local.conf

PACKAGECONFIG_append_pn-qtmultimedia = " gstreamer"

This will auto build all the relevant gstreamer and build rootfs out.

After add this line, I should execute bitbake fsl-image-qt5 to build rootfs again.

View solution in original post

1 Reply
1,383 Views
wangtsungli
Contributor IV

I solved the problem to add this line in my conf/local.conf

PACKAGECONFIG_append_pn-qtmultimedia = " gstreamer"

This will auto build all the relevant gstreamer and build rootfs out.

After add this line, I should execute bitbake fsl-image-qt5 to build rootfs again.