<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
On 01/24/2012 06:35 PM, Rick T wrote:
<blockquote
cite="mid:CAHN3+dtg-TgBZK1nz_PXw=_Wtjz+AcNq5-7AXzJoqJZn+W9hug@mail.gmail.com"
type="cite">I added the line you said was missing and I get an
error<br>
"erroneous pipeline: link without source element"<br>
Do you have an example of the working line you suggested I add in?<br>
<br>
<br>
gst-launch-0.10 v4l2src !
'video/x-raw-yuv,width=640,height=480,framerate=25/1' ! \<br>
timeoverlay halignment=right valignment=bottom
shaded-background=true ! \<br>
clockoverlay halignment=left valignment=bottom text="M/D/Y:"
shaded-background=true time-format="%m/%d/%Y %H:%M:%S" ! \<br>
tee name=t_vid ! queue ! xvimagesink sync=false t_vid. ! queue !
videorate ! \<br>
'video/x-raw-yuv,framerate=25/1' ! xvidenc ! queue ! mux. ! \<br>
audiotestsrc num-buffers=440 ! audioconvert \<br>
audioconvert ! 'audio/x-raw-int,rate=44100,channels=2' \<br>
! lame ! queue ! mux. \<br>
avimux name=mux ! filesink location=testavi.avi<br>
</blockquote>
<br>
<br>
Please do as I said. I said "You miss your audiosrc element between
the 'mux.' and '!'" and instead of just inserting an audiosrc, you
inserted "! audiosrc". You cannot link a muxer to an audiosrc. Also
there is "audioconvert \<br>
audioconvert" which does not make sense.<br>
<br>
Stefan<br>
<br>
<blockquote
cite="mid:CAHN3+dtg-TgBZK1nz_PXw=_Wtjz+AcNq5-7AXzJoqJZn+W9hug@mail.gmail.com"
type="cite">
<br>
<div class="gmail_quote">On Tue, Jan 24, 2012 at 5:06 AM, Stefan
Sauer <span dir="ltr"><<a moz-do-not-send="true"
href="mailto:ensonic@hora-obscura.de">ensonic@hora-obscura.de</a>></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;">
<div bgcolor="#ffffff" text="#000000">
<div class="im"> On 01/20/2012 04:59 PM, Rick T wrote:
<blockquote type="cite">
<pre><code>Greetings All
I'm having trouble getting the following line to work
I get an error "WARNING: erroneous pipeline: link without source element"
I think I narrowed it down to the audio section but I'm not sure how to fix it can some one assist?
Thanks See code below
gst-launch-0.10 v4l2src ! 'video/x-raw-yuv,width=640,height=480,framerate=25/1' ! \
timeoverlay halignment=right valignment=bottom shaded-background=true ! \
clockoverlay halignment=left valignment=bottom text="M/D/Y:" shaded-background=true time-format="%m/%d/%Y %H:%M:%S" ! \
tee name=t_vid ! queue ! xvimagesink sync=false t_vid. ! queue ! videorate ! \
'video/x-raw-yuv,framerate=25/1' ! xvidenc ! queue ! mux. ! \
</code></pre>
</blockquote>
</div>
this part above is wrong. You miss your audiosrc element
between the 'mux.' and '!'.<br>
<br>
Stefan<br>
<br>
<blockquote type="cite">
<div class="im">
<pre><code> audioconvert ! 'audio/x-raw-int,rate=44100,channels=2' \
! lame ! queue ! mux. \
avimux name=mux ! filesink location=testavi.avi
</code>
<code>
</code></pre>
</div>
<pre><fieldset></fieldset>
_______________________________________________
gstreamer-devel mailing list
<a moz-do-not-send="true" href="mailto:gstreamer-devel@lists.freedesktop.org" target="_blank">gstreamer-devel@lists.freedesktop.org</a>
<a moz-do-not-send="true" href="http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel" target="_blank">http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel</a>
</pre>
</blockquote>
<br>
</div>
<br>
_______________________________________________<br>
gstreamer-devel mailing list<br>
<a moz-do-not-send="true"
href="mailto:gstreamer-devel@lists.freedesktop.org">gstreamer-devel@lists.freedesktop.org</a><br>
<a moz-do-not-send="true"
href="http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel"
target="_blank">http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel</a><br>
<br>
</blockquote>
</div>
<br>
<br clear="all">
<br>
-- <br>
-- <br>
|<br>
<pre wrap="">
<fieldset class="mimeAttachmentHeader"></fieldset>
_______________________________________________
gstreamer-devel mailing list
<a class="moz-txt-link-abbreviated" href="mailto:gstreamer-devel@lists.freedesktop.org">gstreamer-devel@lists.freedesktop.org</a>
<a class="moz-txt-link-freetext" href="http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel">http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel</a>
</pre>
</blockquote>
<br>
</body>
</html>