hi guys, Does anyone know there is a player media write by QT?

classic Classic list List threaded Threaded
3 messages Options
W W
Reply | Threaded
Open this post in threaded view
|

hi guys, Does anyone know there is a player media write by QT?

W W
Hi Guys

I want to find a player media write by QT with gstreamer.

I know there is a qt-gstreamer in theĀ http://gstreamer.freedesktop.org/src/.
But It just wrap the gstreamer C function to QT C++.
If I want to finish the play function, I need to call the gstreamer API too.
I find there is a player example in the qt-gstreamer.
there is a simple play function.
If I need more function, I need write them by myself.

I know the qt use the Phonon for its default media API.
Is there any way to make Phonon use gstreamer?

Thanks very much.

BR
Simon

_______________________________________________
gstreamer-devel mailing list
[hidden email]
http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

RE: hi guys, Does anyone know there is a player media write by QT?

Zhang, Zheng

Please have a check with iceplayer in google code

Mplayer also has a Qt interface, here is a Qt wrap

http://blog.csdn.net/buafnlin/archive/2011/02/04/6172415.aspx

 

From: gstreamer-devel-bounces+zheng.zhang=[hidden email] [mailto:gstreamer-devel-bounces+zheng.zhang=[hidden email]] On Behalf Of W W
Sent: Friday, May 27, 2011 12:28 PM
To: [hidden email]
Subject: hi guys, Does anyone know there is a player media write by QT?

 

Hi Guys

 

I want to find a player media write by QT with gstreamer.

 

I know there is a qt-gstreamer in the http://gstreamer.freedesktop.org/src/.

But It just wrap the gstreamer C function to QT C++.

If I want to finish the play function, I need to call the gstreamer API too.

I find there is a player example in the qt-gstreamer.

there is a simple play function.

If I need more function, I need write them by myself.

 

I know the qt use the Phonon for its default media API.

Is there any way to make Phonon use gstreamer?

 

Thanks very much.

 

BR

Simon


_______________________________________________
gstreamer-devel mailing list
[hidden email]
http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: hi guys, Does anyone know there is a player media write by QT?

George Kiagiadakis
In reply to this post by W W
On Fri, May 27, 2011 at 7:27 AM, W W <[hidden email]> wrote:

> Hi Guys
> I want to find a player media write by QT with gstreamer.
> I know there is a qt-gstreamer in theĀ http://gstreamer.freedesktop.org/src/.
> But It just wrap the gstreamer C function to QT C++.
> If I want to finish the play function, I need to call the gstreamer API too.
> I find there is a player example in the qt-gstreamer.
> there is a simple play function.
> If I need more function, I need write them by myself.
> I know the qt use the Phonon for its default media API.
> Is there any way to make Phonon use gstreamer?

Phonon uses gstreamer as a backend by default on unix systems.
If you use phonon, however, you are limited to the functionality that
it provides. There is no way to integrate advanced gstreamer
functionality. This is why qt-gstreamer was developed.
_______________________________________________
gstreamer-devel mailing list
[hidden email]
http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel