The SDK contain a few plugins

Chuck Crisler ccrisler at mutualink.net
Wed Jun 11 10:38:31 PDT 2014


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.

Good luck!


On Tue, Jun 10, 2014 at 12:53 PM, Snayek <cedric_villette at hotmail.fr> wrote:

> Hi,
>
> I'am french so please be indulgent please and I'm a noob on GStreamer :-)
> I want to watch a stream from a raspberry pi to my computer (Windows). I
> have the following pipeline on my computer :
>
> *udpsrc port=5000 ! application/x-rtp, payload=96 ! rtpjitterbuffer !
> rtph264depay ! avdec_h264 ! fpsdisplaysink sync=false text-overlay=false*
>
> I have the latest gstreamer version (1.2.4).
>
> When I launch this pipeline with
> /C:\gstreamer\1.0\x86_64\bin\gst-launch-1.0.exe/, it works fine.
> But when I put it in a program with Visual Studio or if y launch it with
> /C:\gstreamer-sdk\0.10\x86_64\bin\gst-launch-0.10.exe/, it doens'nt work.
>
> I suppose it's because the sdk version doesn't contain a few plugins like
> rtpjitterbuffer but how can I do to make a program with these plugins?
>
> Thanks and sorry for my english :D
> Snayek
>
>
>
> --
> View this message in context:
> http://gstreamer-devel.966125.n4.nabble.com/The-SDK-contain-a-few-plugins-tp4667441.html
> Sent from the GStreamer-devel mailing list archive at Nabble.com.
> _______________________________________________
> gstreamer-devel mailing list
> gstreamer-devel at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/gstreamer-devel/attachments/20140611/da29f4e2/attachment.html>


More information about the gstreamer-devel mailing list