Add two functions to check and change the SIGSEGV behaviour when loading plugins.
authorWim Taymans <wim.taymans@gmail.com>
Mon, 17 Jul 2006 17:40:52 +0000 (17:40 +0000)
committerWim Taymans <wim.taymans@gmail.com>
Mon, 17 Jul 2006 17:40:52 +0000 (17:40 +0000)
commitc0a3f9e697e050487f57215ac6ab6dd3a3bb360a
treebf08c09cb133ab73a48c9b1441d5355768b4056a
parent21b8eaeab523e6b71d885ea0f5052180472b1ed0
Add two functions to check and change the SIGSEGV behaviour when loading plugins.

Original commit message from CVS:
* docs/gst/gstreamer-sections.txt:
* gst/gst.c: (gst_segtrap_is_enabled), (gst_segtrap_set_enabled):
* gst/gst.h:
* gst/gstplugin.c: (_gst_plugin_fault_handler_restore):
Add two functions to check and change the SIGSEGV behaviour
when loading plugins.
Don't mess with the SIGSEGV handler when we were told not to.
Fixes #347794.
API: gst_segtrap_is_enabled
API: gst_segtrap_set_enabled
ChangeLog
docs/gst/gstreamer-sections.txt
gst/gst.c
gst/gst.h
gst/gstplugin.c