mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-25 03:01:03 +00:00
15761c93c2
The signal handlers were performing mutex operations in the signal handlers which is bad idea that may lead to deadlocks. 1. Implement a separate signal thread to handle the signals. 2. Use the glib provided signal GSource to avoid performing operations in the signal handler. Fix #186 Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/487> |
||
---|---|---|
.. | ||
gstlatency.c | ||
gstlatency.h | ||
gstleaks.c | ||
gstleaks.h | ||
gstlog.c | ||
gstlog.h | ||
gstrusage.c | ||
gstrusage.h | ||
gststats.c | ||
gststats.h | ||
gsttracers.c | ||
meson.build |