Qt Imx53 gstreamer

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

Qt Imx53 gstreamer

跳至解决方案
3,413 次查看
lionxmx
Contributor II

Ubuntu 12.04, I want to Qt 4.7.2   make embed player video and audio by gstreamer, the window displays other information at the same time .under Ubuntu It compile success, run OK,  But I donot know how to add fsl gstreamer lib to Qt environments.

Please help me!

Tks.

标记 (3)
1 解答
1,672 次查看
rogerio_silva
NXP Employee
NXP Employee

You can easily use Yocto as mentioned by Otavio, but if you'd like to use LTIB or build QT without LTIB or Yocto, you can follow this link:

https://community.freescale.com/message/278112#278112

This link provides a patch to make Freescale Gstreamer plugins work on QT.

Rgds

Rogerio

在原帖中查看解决方案

6 回复数
1,673 次查看
rogerio_silva
NXP Employee
NXP Employee

You can easily use Yocto as mentioned by Otavio, but if you'd like to use LTIB or build QT without LTIB or Yocto, you can follow this link:

https://community.freescale.com/message/278112#278112

This link provides a patch to make Freescale Gstreamer plugins work on QT.

Rgds

Rogerio

1,672 次查看
OtavioSalvador
Senior Contributor II

This integration is ready for you in Yocto. If you use 'danny' branch you'll get Qt 4.8.1 ready for use.

Please learn more about Yocto at:

http://www.yoctoproject.org/docs/current/mega-manual/mega-manual.html

Freescale/fsl-community-bsp-platform · GitHub

1,672 次查看
lionxmx
Contributor II

But I intall Qt4.7.2 Pc and Arm ver,only  in defect of gstreamer lib to Qt environments.

0 项奖励
回复
1,672 次查看
OtavioSalvador
Senior Contributor II

Sorry but I did not understand what you want to say. Please explain it.

0 项奖励
回复
1,672 次查看
lionxmx
Contributor II

Pardon ,I am not good at English.

I install Qt Embedded 4.7.2 and Qt 4.7.2.

under Qt 4.7.2 environments, I create a project , that project (make embed player video and audio by gstreamer, the window displays other information at the same time . It compile success, run OK, ) . This project needs to add gstreamer lib.such as

CONFIG   += link_pkgconfig

PKGCONFIG += gstreamer-0.10 gstreamer-interfaces-0.10

But Qt Embedded 4.7.2 environments, I do not know how to add fsl gstreamer lib to Embedded Qt environments , so the project compile failure. So I want to know how to add gstreamer lib to Qt environments?

0 项奖励
回复
1,672 次查看
OtavioSalvador
Senior Contributor II

For the gstreamer direct use I cannot help, maybe LeonardoSandovalGonzalez knows more about it?

I used Phonon as we integrated the gstreamer plugin onto it, in Yocto.

0 项奖励
回复