tracer: split into tracer and tracerutils
authorStefan Sauer <ensonic@users.sf.net>
Fri, 18 Jul 2014 05:49:38 +0000 (07:49 +0200)
committerStefan Sauer <ensonic@users.sf.net>
Mon, 5 Oct 2015 18:59:39 +0000 (20:59 +0200)
commit46ea9729df367f97fd7387d2b1de5c63dfa0b47c
tree5371a05aedb190320b915a116adb5e841a5be002
parent6ea2b41364b4c60677e408a311bf02629007c561
tracer: split into tracer and tracerutils

Keep tracer base class in tracer and move core support into the utils module.
Add a unstable-api guard to the tracer.h so that external modules would need to
acknowledge the status by setting GST_USE_UNSTABLE_API.
17 files changed:
gst/Makefile.am
gst/gst.h
gst/gst_private.h
gst/gstelement.c
gst/gstpad.c
gst/gstregistrychunks.c
gst/gsttracer.c
gst/gsttracer.h
gst/gsttracerfactory.c
gst/gsttracerfactory.h
gst/gsttracerutils.c [new file with mode: 0644]
gst/gsttracerutils.h [new file with mode: 0644]
plugins/tracers/Makefile.am
plugins/tracers/gstlatency.h
plugins/tracers/gstlog.h
plugins/tracers/gstrusage.h
plugins/tracers/gststats.h