Missing plugins
Arnaud Loonstra
arnaud at sphaero.org
Sun Mar 15 07:25:20 PDT 2015
On 03/15/2015 02:49 PM, doon wrote:
>
> Thanks for the reply!
> Gstreamer-1.0 x86 1.4.5, Windows 7 SP1, input and output:
> 1. *A:\gstreamer\1.0\x86\bin>gst-launch-1.0 -v udpsrc port=5000 !
> rtph264depay ! ffdec_h264 ! xvimagesink
> WARNING: erroneous pipeline: no element "ffdec_h264"*
>
> 2. *A:\gstreamer\1.0\x86\bin>gst-launch-1.0 -v videotestsrc ! TIVidenc1
> codecName=h264enc engineName=codecServer ! rtph264pay pt=96 ! udpsink
> host=127.0.0.1 port=5000
> WARNING: erroneous pipeline: no element "TIVidenc1"*
>
> gst-inspect input and output:
> 1. *A:\gstreamer\1.0\x86\bin>gst-inspect-1.0 TIVidenc1
> No such element or plugin 'TIVidenc1'*
>
> 2. *A:\gstreamer\1.0\x86\bin>gst-inspect-1.0 ffdec_h264*
>
I don't know where you got those examples but these are for specific
hardware, linux and for Gstreamer0.10 while you are running Gstreamer1.0
on Windows.
Please read about gstreamer1.0 at gstreamer.org not at gstreamer.com.
gst-launch-1.0 videotestsrc ! autovideosink
will probably give you some output.
gst-inspect-1.0 will give you all possible elements.
Rg,
Arnaud
More information about the gstreamer-devel
mailing list