<div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div class="im">&gt; gst-launch-0.10 --gst-debug-no-color --gst-debug=ffmpeg:3 uridecodebin<br>

&gt; uri=rtsp://someurl ! queue ! decodebin2 ! xvimagesink sync=false<br>
<br>
</div> Not that it is in any way related to your problem, but why do you have the<br>
extra decodebin2 in your pipeline?  uridecodebin already contains a decodebin<br>
internally...<br></blockquote></div><br>Thanks for pointing that out - just re-checking the doco for uridecodebin and you&#39;re right that I don&#39;t need the extra decodebin2.  I think the pipeline above &quot;evolved&quot; more than anything else as I&#39;ve been trying lots of things out, so that is probably how it ended up there.<br>
<br>Thanks,<br>Jono<br>