Using GStreamer in QT

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

Using GStreamer in QT

jonhy watt
Hello all,

How to create project in QT for GStreamer based application.
I need to give compile option pkg-config --cflags --libs gstreamer-0.10.

Thanks in Advance,
Johny Watt

------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: Using GStreamer in QT

Gabriel Duarte
Use Phonon!
[]'s

On Fri, Oct 30, 2009 at 11:51 AM, jonhy watt <[hidden email]> wrote:
Hello all,

How to create project in QT for GStreamer based application.
I need to give compile option pkg-config --cflags --libs gstreamer-0.10.

Thanks in Advance,
Johny Watt

------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel




--
Gabriel Duarte
Linux User #471185
Rio de Janeiro - RJ
http://kinuxlinux.org/gabriel_duarte

Phones:
(55) (21) 9463-7760 /*Mobile*/
(55) (21) 2464-9302 /*Home*/
(55) (21) 2529-5080 /*Work*/


-----BEGIN GEEK CODE BLOCK-----
Version: 3.12
GCS d- s: a--- C++ UL+++ P L++++ E- W+ N++ o++ K++ w---
O- M- V- PS++ PE++ Y PGP- t++ 5-- X+++ R tv++ b++ DI+ D++
G++ e+ h* r+ y++++
------END GEEK CODE BLOCK------

------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: Using GStreamer in QT

Andrey Nechypurenko
In reply to this post by jonhy watt
Hi,

> How to create project in QT for GStreamer based application.
> I need to give compile option pkg-config --cflags --libs gstreamer-0.10.

I assume that you are asking how to use pkg-config in Qt .pro file.
This was the second link I get by google querying for "qmake pkgconfig":
http://qt.nokia.com/developer/faqs/faq.2008-01-17.1956321293 :

CONFIG += link_pkgconfig
PKGCONFIG += your_package_name

In addition you can take a look on Qt examples in gst-plugins-gl/tests/examples/qt .
However, they are not using pkg-config.

Andrey.


     

------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: Using GStreamer in QT

Edward Hervey
Administrator
In reply to this post by Gabriel Duarte
On Fri, 2009-10-30 at 13:16 -0200, Gabriel Duarte wrote:
> Use Phonon!
> Look at http://phonon.kde.org/
> []'s

  If one wants to do something more complicated than playback (which can
be done with playbin2 also)... phonon is useless.

   Just proposing a solution without giving any context is a bad idea.

     Edward

>
> On Fri, Oct 30, 2009 at 11:51 AM, jonhy watt <[hidden email]>
> wrote:
>         Hello all,
>        
>        
>         How to create project in QT for GStreamer based application.
>         I need to give compile option pkg-config --cflags --libs
>         gstreamer-0.10.
>        
>        
>         Thanks in Advance,
>         Johny Watt
>        
>         ------------------------------------------------------------------------------
>         Come build with us! The BlackBerry(R) Developer Conference in
>         SF, CA
>         is the only developer event you need to attend this year.
>         Jumpstart your
>         developing skills, take BlackBerry mobile applications to
>         market and stay
>         ahead of the curve. Join us from November 9 - 12, 2009.
>         Register now!
>         http://p.sf.net/sfu/devconference
>         _______________________________________________
>         gstreamer-devel mailing list
>         [hidden email]
>         https://lists.sourceforge.net/lists/listinfo/gstreamer-devel
>        
>
>
>
> --
> Gabriel Duarte
> Linux User #471185
> Rio de Janeiro - RJ
> http://kinuxlinux.org/gabriel_duarte
>
> Phones:
> (55) (21) 9463-7760 /*Mobile*/
> (55) (21) 2464-9302 /*Home*/
> (55) (21) 2529-5080 /*Work*/
>
>
> -----BEGIN GEEK CODE BLOCK-----
> Version: 3.12
> GCS d- s: a--- C++ UL+++ P L++++ E- W+ N++ o++ K++ w---
> O- M- V- PS++ PE++ Y PGP- t++ 5-- X+++ R tv++ b++ DI+ D++
> G++ e+ h* r+ y++++
> ------END GEEK CODE BLOCK------
>
> ------------------------------------------------------------------------------
> Come build with us! The BlackBerry(R) Developer Conference in SF, CA
> is the only developer event you need to attend this year. Jumpstart your
> developing skills, take BlackBerry mobile applications to market and stay
> ahead of the curve. Join us from November 9 - 12, 2009. Register now!
> http://p.sf.net/sfu/devconference
> _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel



------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel