gstreamer/plugins/tracers
Doug Nazar d323942999 leaks: Fix SIGSEGV detecting object type.
G_IS_OBJECT & GST_IS_OBJECT work by following pointers which is unsafe
on certain architectures. GstMiniObject detection however does a lookup
to see if it's a valid type derived from G_TYPE_BOXED.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/791>
2021-04-12 05:18:25 -04: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 leaks: Fix SIGSEGV detecting object type. 2021-04-12 05:18:25 -04: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 tracer: declare GstTracer API stable 2020-07-24 13:33:50 +01:00