<div dir="ltr">On Tue, Jun 11, 2013 at 10:04 AM, iljan <span dir="ltr"><<a href="mailto:ilja.nev@gmail.com" target="_blank">ilja.nev@gmail.com</a>></span> wrote:<br><div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">


Sebastian, is this release limited in terms of functionality?<br>
I have installed Windows version (gstreamer-1.0-x86_64-1.0.7.msi) and now<br>
the simple web-cam capture functionality is broken.<br>
My old pipe:<br>
"D:\gstreamer\bin\gst-launch.exe" ksvideosrc device-index=0 !<br>
ffmpegcolorspace ! videoscale ! autovideosink<br>
It now fails with<br>
ERROR: pipeline could not be constructed: no element "ksvideosrc".<br>
<br>
Also it does not have gstrtpjitterbuffer, ffmpegcolorspace, ffdec_h264<br>
elements that I use for my client pipeline:<br></blockquote><div><br></div><div>Your pipeline uses version 0.10 elements, which is now deprecated, you'll have to move to 1.0. ffmpegcolorspace is replaced with videoconvert, ksvideosrc has not been ported yet. I'm guessing libav is used in the SDK instead of ffmpeg, so use avdec_h264 instead of ffdec_h264. Not sure about <span style="font-family:arial,sans-serif;font-size:13px">gstrtpjitterbuffer.</span></div>

<div><span style="font-family:arial,sans-serif;font-size:13px"><br></span></div><div style><span style="font-family:arial,sans-serif;font-size:13px">-Josh</span></div>
</div></div></div>