<div dir="ltr">The gst-launch used 1.0 but the sdk gst-launch used 0.10. The names of some of the plug-ins changed between 0.10 and 1.0, so check to see if any you need to use have been changed. Also, some of the property names changed so you will have to verify those.<br>
</div><div class="gmail_extra"><br><br><div class="gmail_quote">On Thu, Jun 26, 2014 at 4:11 AM, 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">On Di, 2014-06-10 at 09:53 -0700, Snayek wrote:<br>
> Hi,<br>
><br>
> I'am french so please be indulgent please and I'm a noob on GStreamer :-)<br>
> I want to watch a stream from a raspberry pi to my computer (Windows). I<br>
> have the following pipeline on my computer :<br>
><br>
> *udpsrc port=5000 ! application/x-rtp, payload=96 ! rtpjitterbuffer !<br>
> rtph264depay ! avdec_h264 ! fpsdisplaysink sync=false text-overlay=false*<br>
><br>
> I have the latest gstreamer version (1.2.4).<br>
><br>
> When I launch this pipeline with<br>
> /C:\gstreamer\1.0\x86_64\bin\gst-launch-1.0.exe/, it works fine.<br>
> But when I put it in a program with Visual Studio or if y launch it with<br>
> /C:\gstreamer-sdk\0.10\x86_64\bin\gst-launch-0.10.exe/, it doens'nt work.<br>
><br>
> I suppose it's because the sdk version doesn't contain a few plugins like<br>
> rtpjitterbuffer but how can I do to make a program with these plugins?<br>
<br>
How does it not work? All the plugins needed for that are included in<br>
the 1.x versions of the binaries :)<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>
Expertise, Straight from the Source<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>