Strange error using "gst_parse_launch" under Windows
Sebastian Dröge
sebastian at centricular.com
Fri Nov 4 15:57:26 UTC 2016
On Fri, 2016-11-04 at 06:29 -0700, Myzhar wrote:
> Hello,
>
> I have a C++ code that works pretty well under Ubuntu using appsink.
>
> The same code under windows fails when I call "gst_parse_launch" with
> the
> following pipeline:
>
> *udpsrc multicast-iface=ethernet_0 multicast-group=239.0.0.105
> auto-multicast=true port=16000 caps="application/x-rtp, encoding-
> name=H264,
> payload=96" ! rtph264depay ! h264parse ! avdec_h264 ! videoconvert !
> appsink
> name=sink caps="video/x-raw,format=BGR,pixel-aspect-ratio=1/1"*
>
> The error is really weird:
>
> **** Error *** could not construct pipeline: no element "udpsrc"*
>
> it seems link udpsrc element is not available, but I do not have any
> dll error
Does it work with gst-launch-1.0.exe, does "gst-inspect-1.0.exe udpsrc"
output something meaningful?
You need to have libgstudp.dll in your lib/gstreamer-1.0 for udpsrc to
be available.
--
Sebastian Dröge, Centricular Ltd · http://www.centricular.com
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 931 bytes
Desc: This is a digitally signed message part
URL: <https://lists.freedesktop.org/archives/gstreamer-devel/attachments/20161104/aedd18f3/attachment.sig>
More information about the gstreamer-devel
mailing list