On Thu, Jul 22, 2010 at 2:52 AM, mazharf <span dir="ltr">&lt;<a href="mailto:fawadmazhar@hotmail.com">fawadmazhar@hotmail.com</a>&gt;</span> wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<div class="im">The following
pipeline I have made<br>
filesrc | decodebin | audioconvert | adder | autoaudiosink<br>
<br>
and with the help of adder element I am trying to add a new file, following<br>
is the pipeline<br>
filesrc | decodebin | audioconvert<br>
<br>
and further audioconvert is connected to the adder.<br>
<br>
These are the warnings that I am getting<br>
(out:2542): GStreamer-WARNING **: Element add already has parent<br>
<br></div></blockquote><div><br>You have already added the element &quot;add&quot; to another container.<br> </div><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<div class="im">
(out:2542): GStreamer-WARNING **: Trying to connect elements that don&#39;t<br>
share a common ancestor: audio-converter and add<br>
<br></div></blockquote><div><br>This is because of the previous warning. <br><br>Hope that helps.<br></div></div>