summaryrefslogtreecommitdiff
path: root/gst/gsttracer.h
AgeCommit message (Expand)AuthorFilesLines
2017-01-27gst: Fix includes so that files can be built separatelyThibault Saunier1-0/+1
2016-01-17tracer.h: don't include private noinst header gsttracerutils.h in a public he...Philip Van Hoof1-1/+0
2016-01-16gst.h: Don't spew warnings if GST_USE_UNSTABLE_API is not definedTim-Philipp Müller1-5/+4
2016-01-15tracerrecord: add a log record classStefan Sauer1-3/+0
2016-01-06tracer: make gst_tracing_register_hook_id staticStefan Sauer1-4/+2
2015-12-14core: Add g_autoptr() support to all typesXavier Claessens1-0/+4
2015-10-06tracer: move prototype to the right headerStefan Sauer1-0/+4
2015-10-05tracing: rename the global api to gst_tracingStefan Sauer1-2/+2
2015-10-05tracers: eliminate var_argsStefan Sauer1-4/+2
2015-10-05tracer: use GQuark or strings for the hook idStefan Sauer1-1/+5
2015-10-05tracer: simplify hook apiStefan Sauer1-9/+5
2015-10-05tracer: drop the HookId hid from the invoke methodStefan Sauer1-3/+3
2015-10-05tracer: split into tracer and tracerutilsStefan Sauer1-194/+10
2015-10-05tracers: add a logging helper to remove identical copies from the tracersStefan Sauer1-0/+9
2015-10-05tracer: use the same timebase as the loggingStefan Sauer1-12/+16
2015-10-05tracer: add more hooks and handle it in the pluginsStefan Sauer1-0/+80
2015-10-05tracer: use a macros for the enabled checkStefan Sauer1-15/+38
2015-10-05tracer: use macros for hooksStefan Sauer1-4/+31
2015-10-05tracer: pass the timestamp directlyStefan Sauer1-5/+6
2015-10-05tracer: pass the instance to the vmethodStefan Sauer1-1/+1
2015-10-05tracer: switch to quarks and add another hook for buffer flowStefan Sauer1-0/+2
2015-10-05tracer: add the hook-id to the invoke signatureStefan Sauer1-1/+1
2015-10-05tracer: initial prototype for the tracing subsystemStefan Sauer1-0/+115