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

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

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

跳至解决方案
2,207 次查看
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!

标记 (2)
1 解答
1,750 次查看
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.

在原帖中查看解决方案

1 回复
1,751 次查看
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.