Home
last modified time | relevance | path

Searched refs:_gst_plugin_fault_handler_is_setup (Results 1 – 2 of 2) sorted by relevance

/third_party/gstreamer/gstreamer/gst/
Dgstplugin.c548 static gboolean _gst_plugin_fault_handler_is_setup = FALSE; variable
557 if (!_gst_plugin_fault_handler_is_setup) in _gst_plugin_fault_handler_restore()
560 _gst_plugin_fault_handler_is_setup = FALSE; in _gst_plugin_fault_handler_restore()
605 if (_gst_plugin_fault_handler_is_setup) in _gst_plugin_fault_handler_setup()
608 _gst_plugin_fault_handler_is_setup = TRUE; in _gst_plugin_fault_handler_setup()
/third_party/gstreamer/gstreamer/
DChangeLog88483 Move _gst_plugin_fault_handler_is_setup into the ifdef block where it's