Qt Imx53 gstreamer

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

Qt Imx53 gstreamer

Jump to solution
2,993 Views
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.

Tags (3)
1 Solution
1,252 Views
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

View solution in original post

6 Replies
1,253 Views
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,252 Views
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,252 Views
lionxmx
Contributor II

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

0 Kudos
1,252 Views
OtavioSalvador
Senior Contributor II

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

0 Kudos
1,252 Views
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 Kudos
1,252 Views
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 Kudos