tools/gst-launch.c: Fix deadlocks in signal.h-type signal handlers by not calling...
authorDavid Schleef <ds@schleef.org>
Thu, 6 Jan 2005 03:31:17 +0000 (03:31 +0000)
committerDavid Schleef <ds@schleef.org>
Thu, 6 Jan 2005 03:31:17 +0000 (03:31 +0000)
commitd84d463b1d815ff0807f8cdbfb5a330045f46797
tree2740e09d3468838121667c59db1e0871774770c8
parente76390343f31c508df9ea053d0e5be39b04f52cf
tools/gst-launch.c: Fix deadlocks in signal.h-type signal handlers by not calling forbidden functions, including gst_...

Original commit message from CVS:
* tools/gst-launch.c: (idle_func), (fault_handler_sighandler),
(fault_handler_sigaction), (fault_spin),
(sigint_handler_sighandler), (play_handler), (main): Fix deadlocks
in signal.h-type signal handlers by not calling forbidden functions,
including gst_element_set_state().
ChangeLog
tools/gst-launch.c