<div dir="auto"><div><br><div class="gmail_extra"><br><div class="gmail_quote">Le 28 nov. 2017 3:47 AM, "qjqj" <<a href="mailto:quanjie@live.com">quanjie@live.com</a>> a écrit :<br type="attribution"><blockquote class="quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi all,<br>
<br>
I am new to gstreamer and I want to find out more on gst_parse_launch<br>
function. I understand that if the pipeline is working it will return a NULL<br>
and if is not working then it will return a non NULL. However, I this<br>
pipeline using gst-launch-1.0 and is working and when I use gst_parse_launch<br>
to launch my pipeline it returns me a non NULL.<br>
<br>
Below is the pipeline that I use: gst-launch-1.0 udpsrc port=15004 !<br>
application/x-rtp,encoding-<wbr>name=H264,payload=96 ! rtph264depay ! h264parse !<br>
queue ! avdec_h264 ! xvimagesink sync=false async=false -e<br></blockquote></div></div></div><div dir="auto"><br></div><div dir="auto">Did you pass that -e ? This one is command line only. You could have print the GError to get more details from the parser.</div><div dir="auto"><br></div><div dir="auto"><div class="gmail_extra"><div class="gmail_quote"><blockquote class="quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
<br>
<br>
--<br>
Sent from: <a href="http://gstreamer-devel.966125.n4.nabble.com/" rel="noreferrer" target="_blank">http://gstreamer-devel.966125.<wbr>n4.nabble.com/</a><br>
______________________________<wbr>_________________<br>
gstreamer-devel mailing list<br>
<a href="mailto:gstreamer-devel@lists.freedesktop.org">gstreamer-devel@lists.<wbr>freedesktop.org</a><br>
<a href="https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel" rel="noreferrer" target="_blank">https://lists.freedesktop.org/<wbr>mailman/listinfo/gstreamer-<wbr>devel</a><br>
</blockquote></div><br></div></div></div>