<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">> gst-launch-0.10 --gst-debug-no-color --gst-debug=ffmpeg:3 uridecodebin<br>
> 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're right that I don't need the extra decodebin2. I think the pipeline above "evolved" more than anything else as I've been trying lots of things out, so that is probably how it ended up there.<br>
<br>Thanks,<br>Jono<br>