summaryrefslogtreecommitdiff
path: root/gst/gsttracer.h
diff options
context:
space:
mode:
authorStefan Sauer <ensonic@users.sf.net>2016-01-12 14:59:04 +0100
committerStefan Sauer <ensonic@users.sf.net>2016-01-15 21:54:01 +0100
commit10b78d872b5a0050c8a4572267879b0adbb578f8 (patch)
treed49e466ba2cab09019fafbcffec6bed870a76f1b /gst/gsttracer.h
parent7b49459f1ae42a08afff326567f028d1e583b960 (diff)
tracerrecord: add a log record class
We use this class to register tracer log entry metadata and build a log template. With the log template we can serialize log data very efficiently. This also simplifies the logging code, since that is now a simple varargs function that is not exposing the implementation details. Add docs for the new class and basic tests. Remove the previous log handler. Fixes #760267
Diffstat (limited to 'gst/gsttracer.h')
-rw-r--r--gst/gsttracer.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/gst/gsttracer.h b/gst/gsttracer.h
index 059433b919..cdf146188c 100644
--- a/gst/gsttracer.h
+++ b/gst/gsttracer.h
@@ -68,9 +68,6 @@ void gst_tracing_register_hook (GstTracer *tracer, const gchar *detail,
/* tracing modules */
gboolean gst_tracer_register (GstPlugin * plugin, const gchar * name, GType type);
-/* tracing module helpers */
-void gst_tracer_log_trace (GstStructure * s);
-
#ifdef G_DEFINE_AUTOPTR_CLEANUP_FUNC
G_DEFINE_AUTOPTR_CLEANUP_FUNC(GstTracer, gst_object_unref)
#endif