Thanks a lot, Daniel. The stuff now works!<br>
<br>
I wonder why the Plugin Guide (Ch 9 - Building a Test Application) code puts the link code before bin_add.<br>
<br>
Deeptendu<br><br><div><span class="gmail_quote">On 8/11/06, <b class="gmail_sendername">daniel fischer</b> &lt;<a href="mailto:dan@f3c.com">dan@f3c.com</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
&quot;Deeptendu Bikash&quot; &lt;<a href="mailto:dbikash@gmail.com">dbikash@gmail.com</a>&gt; (on Fri, 11 Aug 2006 12:47:14 +0530):<br><br>&nbsp;&nbsp;&gt;&nbsp;&nbsp;&nbsp;&nbsp; gst_element_link_pads_filtered(udpsrc, &quot;src&quot;, depayloader, &quot;sink&quot;,
<br>&nbsp;&nbsp;&gt; rtpcaps);<br>&nbsp;&nbsp;&gt;&nbsp;&nbsp;&nbsp;&nbsp; gst_element_link_pads(depayloader, &quot;src&quot;, decoder, &quot;sink&quot;);<br>&nbsp;&nbsp;&gt;&nbsp;&nbsp;&nbsp;&nbsp; gst_element_link_pads(decoder, &quot;src&quot;, sink, &quot;sink&quot;);<br>&nbsp;&nbsp;&gt;&nbsp;&nbsp;&nbsp;&nbsp; gst_bin_add_many(GST_BIN(pipeline), udpsrc, depayloader, decoder, sink,
<br>&nbsp;&nbsp;&gt; NULL);<br>&nbsp;&nbsp;&gt;<br>&nbsp;&nbsp;&gt; However, on running this I get the following error:<br>&nbsp;&nbsp;&gt;&nbsp;&nbsp;GStreamer-CRITICAL **: gst_element_link_pads_filtered: assertion<br>&nbsp;&nbsp;&gt; `GST_IS_BIN (parent)' failed<br>&nbsp;&nbsp;&gt; Error: Internal data flow error.
<br>&nbsp;&nbsp;&gt;<br>&nbsp;&nbsp;&gt; How could I get this working?<br><br>hey,<br><br>i think you'll just have to do the bin_add_many before linking the pads..<br><br>-dan<br><br><br>--<br><a href="http://0xDF.com/">http://0xDF.com/</a><br>
<a href="http://iterative.org/">http://iterative.org/</a><br><br>-------------------------------------------------------------------------<br>Using Tomcat but need to do more? Need to support web services, security?<br>Get stuff done quickly with pre-integrated technology to make your job easier
<br>Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo<br><a href="http://sel.as-us.falkag.net/sel?cmd=lnk&amp;kid=120709&amp;bid=263057&amp;dat=121642">http://sel.as-us.falkag.net/sel?cmd=lnk&amp;kid=120709&amp;bid=263057&amp;dat=121642
</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">
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel</a><br></blockquote></div><br>