In my search to create this pipeline it would seem to me that I could connect the depay and pay elements together such as:<div><br></div><div>./test-launch &quot;( udpsrc port=5000 caps=\&quot;application/x-rtp, media=\(string\)video, clock-rate=\(int\)90000, encoding-name=\(string\)H264,  payload=\(int\)96, ssrc=\(guint\)2396357661, clock-base=\(guint\)2297066863, seqnum-base=\(guint\)49439\&quot; ! rtph264depay ! rtph264pay name=pay0 pt=96 )&quot;</div>
<div><br></div><div>This doesn&#39;t work but it seems like it should. What do I need between the depay and pay to make it fly? Is there an even simpler pipe that would achieve the desired results?</div><div><br></div><div>
Morris</div>