Strange error using "gst_parse_launch" under Windows

Myzhar myzhar at gmail.com
Fri Nov 4 22:10:51 UTC 2016


The pipeline works correctly with gst-launch-1.0 .

If I run gst-inspect-1.0 udpsrc I get all the information about the element
and the dll reported is correct.

What is not clear for me is where GStreamer searches for the plugins. I
also tried to put the dll of the plugin in the folder of my application,
but it has not worked.

How can I set the search path?

Thank you
Walter

-- 
Walter Lucetti

email: myzhar at gmail.com
web: www.robot-home.it - www.opencv.it
project:  http://myzharbot.robot-home.it

Il 04 Nov 2016 17:12, "Sebastian Dröge-3 [via GStreamer-devel]" <
ml-node+s966125n4680463h21 at n4.nabble.com> ha scritto:

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
_______________________________________________
gstreamer-devel mailing list
[hidden email] <http:///user/SendEmail.jtp?type=node&node=4680463&i=0>
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel

*signature.asc* (949 bytes) Download Attachment
<http://gstreamer-devel.966125.n4.nabble.com/attachment/4680463/0/signature.asc>


------------------------------
If you reply to this email, your message will be added to the discussion
below:
http://gstreamer-devel.966125.n4.nabble.com/Strange-error-
using-gst-parse-launch-under-Windows-tp4680451p4680463.html
To unsubscribe from Strange error using "gst_parse_launch" under Windows, click
here
<http://gstreamer-devel.966125.n4.nabble.com/template/NamlServlet.jtp?macro=unsubscribe_by_code&node=4680451&code=bXl6aGFyQGdtYWlsLmNvbXw0NjgwNDUxfDcyODUxMzUzNg==>
.
NAML
<http://gstreamer-devel.966125.n4.nabble.com/template/NamlServlet.jtp?macro=macro_viewer&id=instant_html%21nabble%3Aemail.naml&base=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespace&breadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml>




--
View this message in context: http://gstreamer-devel.966125.n4.nabble.com/Strange-error-using-gst-parse-launch-under-Windows-tp4680451p4680476.html
Sent from the GStreamer-devel mailing list archive at Nabble.com.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/gstreamer-devel/attachments/20161104/61675bee/attachment.html>


More information about the gstreamer-devel mailing list