<pre><code>Greetings All <br><br>I&#39;m having trouble getting the following line to work<br>I get an error &quot;WARNING: erroneous pipeline: link without source element&quot;<br><br>I think I narrowed it down to the audio section but I&#39;m not sure how to fix it can some one assist?<br>

<br>Thanks  See code below<br><br>gst-launch-0.10 v4l2src ! &#39;video/x-raw-yuv,width=640,height=480,framerate=25/1&#39; ! \
timeoverlay halignment=right valignment=bottom shaded-background=true ! \
clockoverlay halignment=left valignment=bottom text=&quot;M/D/Y:&quot; shaded-background=true time-format=&quot;%m/%d/%Y %H:%M:%S&quot; ! \
tee name=t_vid ! queue ! xvimagesink sync=false t_vid. ! queue ! videorate ! \
&#39;video/x-raw-yuv,framerate=25/1&#39; ! xvidenc ! queue ! mux. ! \
</code><code> audioconvert ! &#39;audio/x-raw-int,rate=44100,channels=2&#39; \
! lame ! queue ! mux. \
avimux name=mux ! filesink location=testavi.avi
</code><br><code><br></code></pre><pre><br></pre>