mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-14 05:12:09 +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> |
||
---|---|---|
.. | ||
elements | ||
tracers | ||
meson.build |