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

George Kiagiadakis kiagiadakis.george at gmail.com
Fri May 27 01:13:32 PDT 2011


On Fri, May 27, 2011 at 7:27 AM, W W <linuxmeego at gmail.com> 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.


More information about the gstreamer-devel mailing list