Strange error using "gst_parse_launch" under Windows

Myzhar myzhar at gmail.com
Fri Nov 4 13:29:02 UTC 2016


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

Any idea?

Thank you
Walter

PS I'm using GStreamer 1.9.90 32bit



--
View this message in context: http://gstreamer-devel.966125.n4.nabble.com/Strange-error-using-gst-parse-launch-under-Windows-tp4680451.html
Sent from the GStreamer-devel mailing list archive at Nabble.com.


More information about the gstreamer-devel mailing list