<br><br><div class="gmail_quote">2009/6/26 Phil Rendell <span dir="ltr">&lt;<a href="mailto:philrendell@gmail.com">philrendell@gmail.com</a>&gt;</span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br><div class="gmail_quote"><div>Sorry, no joy with this. Both complained about an erroneous pipeline. I don&#39;t think this could be the same error as before with feeding dshowvideosrc into ffmpegcolorspace, as if I remover the systemstream property, or set it to either true or false, gst-launch crashes. Setting it to anything else appears to cause the erroneous pipeline error.</div>



<div> </div>
<div> D:\Camera\Common\GStreamer\bin&gt;gst-launch-0.10.exe -v dshowvideosrc ! &quot;video/x-dv, systemstream=0&quot; ! fakesink<br>WARNING: erroneous pipeline: could not link dshowvideosrc0 to fakesink0</div>
<div>D:\Camera\Common\GStreamer\bin&gt;gst-launch-0.10.exe -v dshowvideosrc ! &quot;video/x-dv, systemstream=1&quot; ! fakesink<br>WARNING: erroneous pipeline: could not link dshowvideosrc0 to fakesink0</div>
<div>D:\Camera\Common\GStreamer\bin&gt;gst-launch-0.10.exe -v dshowvideosrc ! &quot;video/x-dv, systemstream=2&quot; ! fakesink<br>WARNING: erroneous pipeline: could not link dshowvideosrc0 to fakesink0</div>
<div>D:\Camera\Common\GStreamer\bin&gt;gst-launch-0.10.exe -v dshowvideosrc ! fakesink<br>Setting pipeline to PAUSED ...</div>
<div>&lt;Crash&gt;</div>
<div>D:\Camera\Common\GStreamer\bin&gt;</div></div></blockquote><div><br>I am not sure t follow you. You said &quot;as if I remover the systemstream property, or set it to either true or false&quot;<br>but you got a link error with &quot;video/x-dv, systemstream=1&quot;. Then a crash ?<br>
<br> </div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div class="gmail_quote"><div></div><div class="im">
<div> </div>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0px 0px 0px 0.8ex; padding-left: 1ex;">
<div class="gmail_quote">
<div><span></span><br></div></div></blockquote></div><div>D:\Camera\Common\GStreamer\bin&gt;gst-launch-0.10.exe -v dshowvideosrc ! &quot;video/x-dv, format=dvsd, width=640, height=480, framerate=10&quot; ! fakesink<br>Setting pipeline to PAUSED ...</div>

<div>** (gst-launch-0.10:2448): WARNING **: your desired video size is not valid : 640 mod 1244160 !=0</div>
<div><br>** (gst-launch-0.10:2448): WARNING **: your desired video size is not valid : 480 mod 1577311108 !=0<br>&lt;Crash&gt;</div>
<div> </div></div></blockquote><div><br>Could you try to add systemstream property as following:<br><br>gst-launch-0.10.exe -v dshowvideosrc ! &quot;video/x-dv, format=dvsd, width=640, height=480, framerate=10, systemstream=1&quot; ! fakesink<br>
and<br>gst-launch-0.10.exe -v dshowvideosrc ! &quot;video/x-dv, format=dvsd, width=640, height=480, framerate=10, systemstream=0&quot; ! fakesink<br></div><div><br>The thing I know is that dshowvideosrc implementation goes in a wrong way in case of &quot;video/x-dv, systemstream=1&quot;. <br>
I mean it uses FORMAT_VideoInfos fields while it should use FORMAT_DvInfo fields.<br>Even if I have no dv camera I could try something but <br>first I really have to know if it&#39;s systemstream=0 or 1.<br><br>Sincerely<br>
<br>Julien<br></div></div><br>