The SDK contain a few plugins

Chuck Crisler ccrisler at mutualink.net
Thu Jun 26 08:03:33 PDT 2014


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.


On Thu, Jun 26, 2014 at 4:11 AM, Sebastian Dröge <sebastian at centricular.com>
wrote:

> On Di, 2014-06-10 at 09:53 -0700, Snayek 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?
>
> How does it not work? All the plugins needed for that are included in
> the 1.x versions of the binaries :)
>
> --
> Sebastian Dröge, Centricular Ltd - http://www.centricular.com
> Expertise, Straight from the Source
>
> _______________________________________________
> 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/20140626/c8b76fca/attachment.html>


More information about the gstreamer-devel mailing list