<div dir="ltr"><div>It looks like you are using different versions of GStreamer ( C:\gstreamer\1.0\ vs. C:\gstreamer-sdk\0.10\). The 2 different versions often have different names for the same plugin. So it is possible that you simply are trying to use a plugin with the wrong name. On linux you would execute 'gst-launch | grep name' to list everything that had 'name' in the name. I don't know the syntax for Windows but you could probably find out from trial and error.<br>
<br></div>Good luck!<br></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Tue, Jun 10, 2014 at 12:53 PM, Snayek <span dir="ltr"><<a href="mailto:cedric_villette@hotmail.fr" target="_blank">cedric_villette@hotmail.fr</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">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>
Thanks and sorry for my english :D<br>
Snayek<br>
<br>
<br>
<br>
--<br>
View this message in context: <a href="http://gstreamer-devel.966125.n4.nabble.com/The-SDK-contain-a-few-plugins-tp4667441.html" target="_blank">http://gstreamer-devel.966125.n4.nabble.com/The-SDK-contain-a-few-plugins-tp4667441.html</a><br>

Sent from the GStreamer-devel mailing list archive at Nabble.com.<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>
</blockquote></div><br></div>