Hi Guys,<div><br></div><div>let me know ..how to catch the bus messages without gmainloop?</div><div>How will the other methods differ from gmainloop mechanism?</div><div><br></div><div>And just for curiosity ..</div><div>
1.Can I define my own looping mechanism.. </div><div> what can be the design considerations for designing my own looping mechanism?</div><div> (may be out of topic .. but just wanted to know .. is this similar to "creating a deamon" ? ..)</div>
<div><br></div><div>Any tutorial/documents will be helpful to me .</div><div><br></div><div><br></div><div>Regards,<br>Suman.</div><div><br><div class="gmail_quote">On Wed, Oct 27, 2010 at 3:29 PM, Michael Smith <span dir="ltr"><<a href="mailto:msmith@xiph.org">msmith@xiph.org</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><div class="im">On Wed, Oct 27, 2010 at 5:06 AM, namus <<a href="mailto:suman.subj@gmail.com">suman.subj@gmail.com</a>> wrote:<br>
</div><div class="im">> Hi Guys ,<br>
> I heard that Gstreamer works on GObject model .<br>
> Is it possible to integrate Gstreamer with QEventLoop ie ., QObject model?<br>
> In GObject model ,while playing the pipeline . we use g_main_loop_new() api<br>
> to get a GMainLoop pointer .<br>
> & then we will add an buscall watch to catch EOS & we will quit the mainloop<br>
> using g_main_loop_quit() api.<br>
> In QObject Model , does we need to use QEventLoop pointer or How does it<br>
> goes?<br>
<br>
</div>You don't need to use GMainLoop with GStreamer - that part of the API<br>
is optional. There are lots of other ways to receive bus messages.<br>
<br>
Mike<br>
<div><div></div><div class="h5"><br>
------------------------------------------------------------------------------<br>
Nokia and AT&T present the 2010 Calling All Innovators-North America contest<br>
Create new apps & games for the Nokia N8 for consumers in U.S. and Canada<br>
$10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing<br>
Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store<br>
<a href="http://p.sf.net/sfu/nokia-dev2dev" target="_blank">http://p.sf.net/sfu/nokia-dev2dev</a><br>
_______________________________________________<br>
gstreamer-devel mailing list<br>
<a href="mailto:gstreamer-devel@lists.sourceforge.net">gstreamer-devel@lists.sourceforge.net</a><br>
<a href="https://lists.sourceforge.net/lists/listinfo/gstreamer-devel" target="_blank">https://lists.sourceforge.net/lists/listinfo/gstreamer-devel</a><br>
</div></div></blockquote></div><br></div>