<div class="gmail_quote"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
a few days ago the commit below went in - I wonder it it fixes your<br>
issue? Can you try building gst-plugins-good and just install the v4l2<br>
plugin?<br>
<br>
Stefan<br>
<br>
git show 6b86b56abd8a28b9e94cee679e3d86367a9a0ab3<br>
commit 6b86b56abd8a28b9e94cee679e3d86367a9a0ab3<br>
Author: Mark Nauwelaerts &lt;<a href="mailto:mark.nauwelaerts@collabora.co.uk" target="_blank">mark.nauwelaerts@collabora.co.uk</a>&gt;<br>
Date:   Thu Feb 3 23:42:59 2011 +0100<br>
<br>
    v4l2: fix interlaced set_format configuration<br>
<br>
    Commit 6c8268dbfd5c88fac28c882ef2e4598a6522e2d6 broke recording<br>
    from interlaced v4l2 source (e.g. typical tv capture card) since<br>
    V4L2_FIELD_SEQ_TB (with fields stored separately) does not map<br>
    to currently defined interlaced format (fields stored interleaved).<br>
<br>
    Besides this mismatch, hardware might quite likely not support or<br>
    appreciate this field value, since querying supported formats mapped<br>
    _INTERLACED field formats to interlaced=true caps (so the latter should<br>
    not be mapped to field value that is not known to be supported).<br></blockquote><div><br>After several attempts to build from git, from:<br><a href="http://wiki.pitivi.org/wiki/GStreamer_using_jhbuild" target="_blank">http://wiki.pitivi.org/wiki/GStreamer_using_jhbuild</a><br>

<a href="http://wiki.pitivi.org/wiki/GStreamer_from_Git" target="_blank">http://wiki.pitivi.org/wiki/GStreamer_from_Git</a><br>I managed to have a working up-to-date GStreamer installation.<br><br>And yes, Mark&#39;s commit solved the issue.<br>

<br>Thanks Stefan<br></div></div>
</div><br>