Is there any sample player written in Qt, which use gst directly instead of phoon?

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

Is there any sample player written in Qt, which use gst directly instead of phoon?

Zhao, Halley

Is there any sample player written in Qt, which use gst directly instead of phonon?

I need an example to test some codecs, haven’t found it from google.

Thanks.

 

ZHAO, Halley (Aihua)

Email: halley.zhao<a href="blocked::mailto:aihua.zhao@intel.com" title="mailto:aihua.zhao@intel.com&#10;mailto:hui.xue@intel.com">@intel.com

Tel: +86(21)61166476   iNet: 8821-6476

SSG/OTC/Moblin 3W038 Pole: F4

 


------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: Is there any sample player written in Qt, which use gst directly instead of phoon?

Tom Chen
Hi, Halley

     you could try cueplayer as attachment maybe.

Br
Tom

On Fri, Mar 5, 2010 at 3:37 PM, Zhao, Halley <[hidden email]> wrote:

Is there any sample player written in Qt, which use gst directly instead of phonon?

I need an example to test some codecs, haven’t found it from google.

Thanks.

 

ZHAO, Halley (Aihua)

Email: halley.zhao@intel.com

Tel: +86(21)61166476   iNet: 8821-6476

SSG/OTC/Moblin 3W038 Pole: F4

 


------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel



------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel

cueplayer-0.20.tar.gz (88K) Download Attachment
Reply | Threaded
Open this post in threaded view
|

Re: Is there any sample player written in Qt, which use gst directly instead of phoon?

Zhao, Halley

Great thanks.

I could run it, though failed for playback ogg files.

I’ll look more into it.

 

Thanks.

 

 


From: Tom Chen [mailto:[hidden email]]
Sent: 2010
35 16:55
To: Discussion of the development of GStreamer
Cc: Zhao, Halley
Subject: Re: [gst-devel] Is there any sample player written in Qt, which use gst directly instead of phoon?

 

Hi, Halley

     you could try cueplayer as attachment maybe.

Br
Tom

On Fri, Mar 5, 2010 at 3:37 PM, Zhao, Halley <[hidden email]> wrote:

Is there any sample player written in Qt, which use gst directly instead of phonon?

I need an example to test some codecs, haven’t found it from google.

Thanks.

 

ZHAO, Halley (Aihua)

Email: [hidden email]

Tel: +86(21)61166476   iNet: 8821-6476

SSG/OTC/Moblin 3W038 Pole: F4

 


------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel

 


------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: Is there any sample player written in Qt, which use gst directly instead of phoon?

Andrey Nechypurenko-2
In reply to this post by Zhao, Halley
> Is there any sample player written in Qt, which use gst directly instead of
> phonon?

You can also take a look on qglwtextureshare sample from gl plugin:
http://cgit.freedesktop.org/gstreamer/gst-plugins-gl/tree/tests/examples/qt/qglwtextureshare
It is possible to pass the file name to play as a command line
parameter. Otherwise, test video from test source will be played.

Andrey.

------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: Is there any sample player written in Qt, which use gst directly instead of phoon?

Yogesh Marwaha
In reply to this post by Zhao, Halley
On Friday 05 Mar 2010 13:07:45 Zhao, Halley wrote:
> Is there any sample player written in Qt, which use gst directly instead of
> phonon? I need an example to test some codecs, haven't found it from
> google. Thanks.
>
> ZHAO, Halley (Aihua)
> Email: [hidden email]<blocked::mailto:[hidden email]>
> Tel: +86(21)61166476   iNet: 8821-6476
> SSG/OTC/Moblin 3W038 Pole: F4
Hi, you can try my application (though I'm sure there are a few loop-holes
still left in the use of GStreamer); available at
http://sparklemedia.sourceforge.net/

Regards,

Yogesh M

------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: Is there any sample player written in Qt, which use gst directly instead of phoon?

Stefan Sauer
In reply to this post by Zhao, Halley
Am 05.03.2010 09:37, schrieb Zhao, Halley:
> Is there any sample player written in Qt, which use gst directly instead
> of phonon?

I recently added very basic qt examples to
gst-plugins-base/tests/examples/overlay. Turning that into a player should be
simple.

Stefan

>
> I need an example to test some codecs, haven’t found it from google.
>
> Thanks.
>
>  
>
> *ZHAO, Halley (Aihua)*
>
> Email: [hidden email] <blocked::mailto:[hidden email]>
>
> Tel: +86(21)61166476   iNet: 8821-6476
>
> SSG/OTC/Moblin 3W038 Pole: F4
>
>  
>
>
>
> ------------------------------------------------------------------------------
> Download Intel&#174; Parallel Studio Eval
> Try the new software tools for yourself. Speed compiling, find bugs
> proactively, and fine-tune applications for parallel performance.
> See why Intel Parallel Studio got high marks during beta.
> http://p.sf.net/sfu/intel-sw-dev
>
>
>
> _______________________________________________
> gstreamer-devel mailing list
> [hidden email]
> https://lists.sourceforge.net/lists/listinfo/gstreamer-devel


------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: Is there any sample player written in Qt, which use gst directly instead of phoon?

Zhao, Halley
Thanks you all.

Refer to Tom's player, I have created one and make that run.
And I found that .winId() of a QWidget will change after it was added to a layout.

My simple player with some hw codecs works on a platform, but still has some issues on another one. After receive 'prepare-xwindow-id' and call _set_xwindow_id(), the app lose response. I will look more detail of it.


-----Original Message-----
From: Stefan Kost [mailto:[hidden email]]
Sent: 2010年3月6日 22:17
To: Discussion of the development of GStreamer
Cc: Zhao, Halley
Subject: Re: [gst-devel] Is there any sample player written in Qt, which use gst directly instead of phoon?

Am 05.03.2010 09:37, schrieb Zhao, Halley:
> Is there any sample player written in Qt, which use gst directly instead
> of phonon?

I recently added very basic qt examples to
gst-plugins-base/tests/examples/overlay. Turning that into a player should be
simple.

Stefan

>
> I need an example to test some codecs, haven’t found it from google.
>
> Thanks.
>
>  
>
> *ZHAO, Halley (Aihua)*
>
> Email: [hidden email] <blocked::mailto:[hidden email]>
>
> Tel: +86(21)61166476   iNet: 8821-6476
>
> SSG/OTC/Moblin 3W038 Pole: F4
>
>  
>
>
>
> ------------------------------------------------------------------------------
> Download Intel&#174; Parallel Studio Eval
> Try the new software tools for yourself. Speed compiling, find bugs
> proactively, and fine-tune applications for parallel performance.
> See why Intel Parallel Studio got high marks during beta.
> http://p.sf.net/sfu/intel-sw-dev
>
>
>
> _______________________________________________
> gstreamer-devel mailing list
> [hidden email]
> https://lists.sourceforge.net/lists/listinfo/gstreamer-devel

------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel