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,210件の閲覧回数
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,753件の閲覧回数
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,754件の閲覧回数
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.