[gst-devel] How to Implement Gstreamer with QObject model

Michael Smith msmith at xiph.org
Wed Oct 27 14:29:22 CEST 2010


On Wed, Oct 27, 2010 at 5:06 AM, namus <suman.subj at gmail.com> wrote:
> Hi Guys ,
> I heard that Gstreamer works on GObject model .
> Is it possible to integrate Gstreamer with QEventLoop ie ., QObject model?
> In GObject model ,while playing the pipeline . we use g_main_loop_new() api
> to get a GMainLoop pointer .
> & then we will add an buscall watch to catch EOS & we will quit the mainloop
> using g_main_loop_quit() api.
> In QObject Model , does we need to use QEventLoop pointer or How does it
> goes?

You don't need to use GMainLoop with GStreamer - that part of the API
is optional. There are lots of other ways to receive bus messages.

Mike




More information about the gstreamer-devel mailing list