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 &quot;creating a deamon&quot; ? ..)</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">&lt;<a href="mailto:msmith@xiph.org">msmith@xiph.org</a>&gt;</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 &lt;<a href="mailto:suman.subj@gmail.com">suman.subj@gmail.com</a>&gt; wrote:<br>

</div><div class="im">&gt; Hi Guys ,<br>
&gt; I heard that Gstreamer works on GObject model .<br>
&gt; Is it possible to integrate Gstreamer with QEventLoop ie ., QObject model?<br>
&gt; In GObject model ,while playing the pipeline . we use g_main_loop_new() api<br>
&gt; to get a GMainLoop pointer .<br>
&gt; &amp; then we will add an buscall watch to catch EOS &amp; we will quit the mainloop<br>
&gt; using g_main_loop_quit() api.<br>
&gt; In QObject Model , does we need to use QEventLoop pointer or How does it<br>
&gt; goes?<br>
<br>
</div>You don&#39;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&amp;T present the 2010 Calling All Innovators-North America contest<br>
Create new apps &amp; 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>