<br><br><div class="gmail_quote">2009/6/26 Phil Rendell <span dir="ltr"><<a href="mailto:philrendell@gmail.com">philrendell@gmail.com</a>></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'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>gst-launch-0.10.exe -v dshowvideosrc ! "video/x-dv, systemstream=0" ! fakesink<br>WARNING: erroneous pipeline: could not link dshowvideosrc0 to fakesink0</div>
<div>D:\Camera\Common\GStreamer\bin>gst-launch-0.10.exe -v dshowvideosrc ! "video/x-dv, systemstream=1" ! fakesink<br>WARNING: erroneous pipeline: could not link dshowvideosrc0 to fakesink0</div>
<div>D:\Camera\Common\GStreamer\bin>gst-launch-0.10.exe -v dshowvideosrc ! "video/x-dv, systemstream=2" ! fakesink<br>WARNING: erroneous pipeline: could not link dshowvideosrc0 to fakesink0</div>
<div>D:\Camera\Common\GStreamer\bin>gst-launch-0.10.exe -v dshowvideosrc ! fakesink<br>Setting pipeline to PAUSED ...</div>
<div><Crash></div>
<div>D:\Camera\Common\GStreamer\bin></div></div></blockquote><div><br>I am not sure t follow you. You said "as if I remover the systemstream property, or set it to either true or false"<br>but you got a link error with "video/x-dv, systemstream=1". 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>gst-launch-0.10.exe -v dshowvideosrc ! "video/x-dv, format=dvsd, width=640, height=480, framerate=10" ! 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><Crash></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 ! "video/x-dv, format=dvsd, width=640, height=480, framerate=10, systemstream=1" ! fakesink<br>
and<br>gst-launch-0.10.exe -v dshowvideosrc ! "video/x-dv, format=dvsd, width=640, height=480, framerate=10, systemstream=0" ! fakesink<br></div><div><br>The thing I know is that dshowvideosrc implementation goes in a wrong way in case of "video/x-dv, systemstream=1". <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's systemstream=0 or 1.<br><br>Sincerely<br>
<br>Julien<br></div></div><br>