IMX8: Audio through qt multimedia module not working

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

IMX8: Audio through qt multimedia module not working

1,782件の閲覧回数
vsuneja63
Contributor III

Hi,

Thanks!

Working on imx8mq-evk target. Trying to play audio through qt multimedia but its not working. Could see normal audio files working on target using gst-play also. Added below in local.conf :

PACKAGECONFIG_append_pn-qtmultimedia = " gstreamer"

Is their anything else to be added in the same? 

ラベル(1)
0 件の賞賛
返信
2 返答(返信)

1,733件の閲覧回数
Bio_TICFSL
NXP TechSupport
NXP TechSupport

Hello vsuneja63,

Better don't. The current .inc file looks quite different. You might inadvertently replace new code with old one if you do this.

I'd rather try to copy & paste the do_configure_prepend() block into the existing qtmultimedia.inc (unless that block makes no sense anymore). Also, "gstreamer1.0" should be added to the DEPENDS list unless GStreamer 0.10 is built. So, perhaps the gstreamer010 packageconfig line line should be replaced by this:

DEPENDS += "${@bb.utils.contains('PACKAGECONFIG', 'gstreamer010', 'gstreamer gst-plugins-base', 'gstreamer1.0 gstreamer1.0-plugins-base', d)}
Also, note that I use bb.utils.contains instead of base_contains. 

Also there are some threads on the communities regarding issues with EGL in Qt. Have you tried with the Qt5 image from a BSP release? Which image are you baking (over which the local.conf packages are installing)?

Regards

 

0 件の賞賛
返信

1,758件の閲覧回数
vsuneja63
Contributor III

Hi,

Thanks!

Its blocking point for me, any suggestion on this will be highly appreciated.

0 件の賞賛
返信