Running dynamic pipeline of compositor gets segmentation fault
longkas
longkas at gmail.com
Sat May 11 07:30:12 UTC 2019
int padIdx = 0;
//remove
GstPad* pad = gst_element_get_static_pad(compositor, "sink_" + padIdx );
gst_element_remove_pad(compositor, pad);
//create a new pad
padIdx ++;
GstPad* pad = gst_element_get_request_pad(compositor, "sink_" + padIdx);
//link
gst_pad_link(srcPad, pad);
--
Sent from: http://gstreamer-devel.966125.n4.nabble.com/
More information about the gstreamer-devel
mailing list