Hi,<br><br><div class="gmail_quote">On Fri, Nov 5, 2010 at 2:01 PM, Michael Trimarchi <span dir="ltr">&lt;<a href="mailto:michael@panicking.kicks-ass.org">michael@panicking.kicks-ass.org</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
Hi all<br>
<br>
I have created an rx-pipeline. The socket is allocated before and is assigned to the udpsrc<br></blockquote><div><br>..snip.. <br><br></div><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">

I starts to receive packet and then stop.<br>
<br>
udpsrc = gst_element_factory_make (&quot;udpsrc&quot;, &quot;udpsrc0&quot;);<br>
assert (udpsrc != NULL);<br>
<br>
g_object_set(G_OBJECT(self-&gt;sm_udpsrc),<br>
              &quot;caps&quot;, caps,<br>
              &quot;sockfd&quot;, sock,<br>
              &quot;port&quot;, port,<br>
              NULL);<br>
<br>
Then it&#39;s connected to a depayloader element a decelement and audiosink element.<br>
<br>
There are no ERROR message in the log and seems that it stucks. Any idea?<br></blockquote><div><br>run the pipeline with gdb and get a bt for where it gets stuck. Alternatively, enable core dumps, send a SIGABRT and check the backtrace with gdb (may you can attach it to pastebin and post a link here).<br>
<br>Regards<br> </div><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<br>
Michael<br>
<br>
------------------------------------------------------------------------------<br>
The Next 800 Companies to Lead America&#39;s Growth: New Video Whitepaper<br>
David G. Thomson, author of the best-selling book &quot;Blueprint to a<br>
Billion&quot; shares his insights and actions to help propel your<br>
business during the next growth cycle. Listen Now!<br>
<a href="http://p.sf.net/sfu/SAP-dev2dev" target="_blank">http://p.sf.net/sfu/SAP-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>
</blockquote></div><br>