gstreamer/plugins/tracers
Matthew Waters 056cad44c3 build/coretracers: add dep on threads
Fixes the following build error and missing '-pthread' argument when
linking:

subprojects/gstreamer/plugins/tracers/libgstcoretracers.so.p/gstleaks.c.o: In function `gst_leaks_tracer_setup_signals':
/work/build32/../subprojects/gstreamer/plugins/tracers/gstleaks.c:919: undefined reference to `pthread_atfork'

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/571>
2020-07-20 17:09:32 +10:00
..
gstlatency.c latency tracer: Fix leaks in the reported latency trace 2020-07-15 16:28:34 -04:00
gstlatency.h tracer: latency: Show per-element reported latency 2019-04-08 12:28:07 -04:00
gstleaks.c tracers/leaks: fix reentrancy issues with the custom signal handlers 2020-06-09 12:36:18 +00:00
gstleaks.h leakstracer: Add API for tracking and checkpointing objects 2019-07-02 15:13:26 +05:30
gstlog.c tracers: Allow setting a name for all tracer objects 2019-07-02 15:13:26 +05:30
gstlog.h tracer: split into tracer and tracerutils 2015-10-05 20:59:39 +02:00
gstrusage.c tracers: rusage: use thread-local storage for per-thread stats 2020-02-28 15:54:38 +00:00
gstrusage.h tracers: rusage: use thread-local storage for per-thread stats 2020-02-28 15:54:38 +00:00
gststats.c tracers: set MAY_BE_LEAKED on tracer records 2019-08-02 13:07:58 +05:30
gststats.h tracers: code cleanups 2015-10-05 20:59:39 +02:00
gsttracers.c tracers: add leaks tracer 2016-06-03 00:36:46 +01:00
meson.build build/coretracers: add dep on threads 2020-07-20 17:09:32 +10:00