<div class="gmail_quote">Mike,<br><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Not with decodebin, no. You can use decodebin2 for this - it has some<br>

signals that the app can connect to to control the autoplugging<br>
process, or for simpler cases you can just tell it what caps it may<br>
output (via a property).<br>
</blockquote></div><br>Thanks, that worked.&nbsp; For anyone who wants know, this is the gst-launch command I used (with ffdec_h264 and xvimagesink in place of my custom sink, so that video is actually rendered to screen):<br>
<br>&gt; gst-launch uridecodebin uri=&quot;rtsp://localhost:5554/test_small&quot; ! queue ! decodebin2 caps=&quot;video/x-h264&quot; ! ffdec_h264 ! xvimagesink<br><br>Regards,<br>Jono<br>