I have written a simple sink plugin by changing the gst-template plugin to derive from GstBaseSink. Also I have commented all operations related to the source pad of the gst-template plugin. However when I execute gst-inspect on this plugin I get a segmentation fault with the below error.<div>
<div><br></div><div><div>ERROR: Caught a segmentation fault while loading plugin file:</div><div>/home/zap/gstreamer/gst-template/gst-splicesink/output/lib/gstreamer-0.10/libgstsplicesink.so</div><div><br></div><div>Please either:</div>
<div>- remove it and restart.</div><div>- run with --gst-disable-segtrap and debug.</div><div><br></div><div>ERROR: Caught a segmentation fault while loading plugin file:</div><div>/home/zap/gstreamer/gst-template/gst-splicesink/output/lib/gstreamer-0.10/libgstsplicesink.so</div>
<div><br></div><div>Please either:</div><div>- remove it and restart.</div><div>- run with --gst-disable-segtrap and debug.</div><div>No such element or plugin &#39;splicesink&#39;</div></div><div><br></div></div><div>I wanted to debug this using gdb but the option --gst-disable-segtrap does not stop gstreamer from catching the segfault. </div>
<div>I am new to using gstreamer, Can someone please tell me if there is some way I can stop gstreamer from catching the signal ?</div><div>I am using gstreamer version 0.10.30</div><div><br></div><div>Thanks</div><div>zap</div>
<div><br></div>