I did gst-inspect on the pay and depay elements and the depay sources exactly the same thing that the pay sinks so I assumed that the two should talk. My understanding is that the gst-rtsp-server code in test-launch.c has the rest of what is needed to make the pipeline work.<div>
Morris<br><br><div class="gmail_quote">On Fri, Mar 4, 2011 at 3:02 AM, Marco Ballesio <span dir="ltr">&lt;<a href="mailto:gibrovacco@gmail.com">gibrovacco@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
Hi,<br>
<div class="im"><br>
On Mon, Feb 28, 2011 at 10:43 PM, Morris Ford &lt;<a href="mailto:morrishford@gmail.com">morrishford@gmail.com</a>&gt; wrote:<br>
&gt; In my search to create this pipeline it would seem to me that I could<br>
&gt; connect the depay and pay elements together such as:<br>
&gt; ./test-launch &quot;( udpsrc port=5000 caps=\&quot;application/x-rtp,<br>
&gt; media=\(string\)video, clock-rate=\(int\)90000,<br>
&gt; encoding-name=\(string\)H264,  payload=\(int\)96, ssrc=\(guint\)2396357661,<br>
&gt; clock-base=\(guint\)2297066863, seqnum-base=\(guint\)49439\&quot; ! rtph264depay<br>
&gt; ! rtph264pay name=pay0 pt=96 )&quot;<br>
<br>
</div>looks like you&#39;re missing sink elements. Depending on what you want<br>
you mean for &quot;making it fly&quot; it might already be flying or not ;).<br>
<br>
Regards<br>
<div class="im"><br>
&gt; This doesn&#39;t work but it seems like it should. What do I need between the<br>
&gt; depay and pay to make it fly? Is there an even simpler pipe that would<br>
&gt; achieve the desired results?<br>
&gt; Morris<br>
</div><div><div></div><div class="h5">&gt; _______________________________________________<br>
&gt; gstreamer-devel mailing list<br>
&gt; <a href="mailto:gstreamer-devel@lists.freedesktop.org">gstreamer-devel@lists.freedesktop.org</a><br>
&gt; <a href="http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel" target="_blank">http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel</a><br>
&gt;<br>
&gt;<br>
_______________________________________________<br>
gstreamer-devel mailing list<br>
<a href="mailto:gstreamer-devel@lists.freedesktop.org">gstreamer-devel@lists.freedesktop.org</a><br>
<a href="http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel" target="_blank">http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel</a><br>
</div></div></blockquote></div><br></div>