Hi,<br><br>I am wanting to do something like the following, but haven&#39;t been able to get it to work:<br><br>&gt; gst-launch uridecodebin uri=&quot;rtsp://localhost:5554/test_small&quot; ! queue ! decodebin ! video/x-h264 ! customsink<br>
<div id=":a0" class="ArwC7c ckChnd">
<br>where uri could be an RTSP/RTP source as above, or perhaps say a
quicktime movie file on disk.&nbsp; &quot;customsink&quot; is my own element, which
takes *encoded/compressed* data of some form (in this example, h264,
but it could also be mpeg4 part2 as an example) - i.e not raw RGB or
YUV.<br>
<br>decodebin always seems to decode to raw RGB/YUV, is there a way to
get it to decode only to a certain caps? I have read the doco, but it
is not clear to me if this is possible.<br><br>Thanks,<br>Jono</div>