Question regarding gst_parse_launch function

qjqj quanjie at live.com
Tue Nov 28 06:28:44 UTC 2017


Hi all,

I am new to gstreamer and I want to find out more on gst_parse_launch
function. I understand that if the pipeline is working it will return a NULL
and if is not working then it will return a non NULL. However, I this
pipeline using gst-launch-1.0 and is working and when I use gst_parse_launch
to launch my pipeline it returns me a non NULL. 

Below is the pipeline that I use: gst-launch-1.0 udpsrc port=15004 !
application/x-rtp,encoding-name=H264,payload=96 ! rtph264depay ! h264parse !
queue ! avdec_h264 ! xvimagesink sync=false async=false -e



--
Sent from: http://gstreamer-devel.966125.n4.nabble.com/


More information about the gstreamer-devel mailing list