<div dir="ltr">Hi Slomo,<div><br></div><div>At the server side i am using gstreamer 0.1 and client side i m using gstreamer 1.0 [ build 1.4.5] which has a vtdec in iPAD.</div><div><br></div><div>Does version mismatch between client and server  creates an issue ?</div><div><br></div><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Apr 22, 2015 at 7:15 PM, Sebastian Dröge <span dir="ltr"><<a href="mailto:sebastian@centricular.com" target="_blank">sebastian@centricular.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On Di, 2015-04-21 at 13:32 +0530, Who AmI wrote:<br>
> Dear all,<br>
><br>
> I am trying to implement Picture In Picture feature in iPAD using GStreamer.<br>
><br>
> As a first step, i tried to understand videobox, and executed the below<br>
> command<br>
> in the command line in MAC.<br>
><br>
> ./gst-launch-1.0 udpsrc port=5000 ! "application/x-rtp,<br>
> encoding-name=(string)H264, payload=(int)96, clock-rate=(int)90000" !<br>
> rtph264depay ! h264parse ! vtdec   ! videobox top=-10  bottom=-20 !<br>
> glimagesink sync=false<br>
><br>
> The below command works fine.<br>
><br>
> The same think i tried using GStreamer SDK.<br>
><br>
><br>
>    pipeline = gst_parse_launch("udpsrc port=5000 ! application/x-rtp,<br>
> encoding-name=(string)H264, payload=(int)96, clock-rate=(int)90000 !<br>
> rtph264depay ! h264parse ! vtdec   ! videobox top=-10  bottom=-20 !<br>
> glimagesink sync=false", &error);<br>
><br>
><br>
><br>
> Unfortunately i receive the below error:<br>
><br>
> could not link vtdec0 to videobox0<br>
><br>
><br>
> That is:<br>
><br>
</span>> *0:00:01.127516000  2660  0x3132860 ERROR           GST_PIPELINE<br>
<span class="">> ./grammar.y:616:gint gst_parse_perform_link(link_t *, graph_t *): could not<br>
</span>> link vtdec0 to videobox0*<br>
<span class="">><br>
> following that,<br>
><br>
> udpsrc0: Internal data flow error .<br>
><br>
> Please let me know what is the issue ?<br>
<br>
</span>Check the GStreamer debug logs, it most likely says something about<br>
incompatible caps. Are you using the same GStreamer version for both?<br>
Does it work if you add a videoconvert between vtdec and videobox?<br>
<span class="HOEnZb"><font color="#888888"><br>
--<br>
Sebastian Dröge, Centricular Ltd · <a href="http://www.centricular.com" target="_blank">http://www.centricular.com</a><br>
</font></span><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>
<br></blockquote></div><br></div>