segtrap_is_enabled
function segtrap_is_enabled():Boolean { // Gjs wrapper for gst_segtrap_is_enabled() }
Some functions in the GStreamer core might install a custom SIGSEGV handler to better catch and report errors to the application. Currently this feature is enabled by default when loading plugins.
Applications might want to disable this behaviour with the segtrap_set_enabled function. This is typically done if the application wants to install its own handler without GStreamer interfering.
- Returns
true if GStreamer is allowed to install a custom SIGSEGV handler.