summaryrefslogtreecommitdiff
path: root/gst/gsttracer.c
AgeCommit message (Expand)AuthorFilesLines
2017-01-27Port gtk-doc comments to their equivalent markdown syntaxThibault Saunier1-0/+1
2016-01-17tracer.h: don't include private noinst header gsttracerutils.h in a public he...Philip Van Hoof1-0/+1
2016-01-16gst.h: Don't spew warnings if GST_USE_UNSTABLE_API is not definedTim-Philipp Müller1-0/+2
2016-01-16tracer: add a GFlag for the tracer scopeStefan Sauer1-2/+0
2016-01-15tracerrecord: add a log record classStefan Sauer1-35/+0
2016-01-06docs: add the tracer to the docsStefan Sauer1-3/+25
2016-01-03docs: fix some warnings and add some since markersTim-Philipp Müller1-0/+2
2015-10-05tracer: strdup the passed parameters.Mathieu Duponchelle1-2/+10
2015-10-05tracer: simplify hook apiStefan Sauer1-22/+0
2015-10-05tracer: drop the HookId hid from the invoke methodStefan Sauer1-3/+2
2015-10-05tracer: remove commented codeStefan Sauer1-1/+0
2015-10-05tracer: use GST_PTR_FORMAT to log the structureStefan Sauer1-6/+16
2015-10-05tracer: split into tracer and tracerutilsStefan Sauer1-124/+5
2015-10-05docs: add gtk-doc blobsStefan Sauer1-0/+16
2015-10-05tracers: add a logging helper to remove identical copies from the tracersStefan Sauer1-0/+14
2015-10-05tracer: parse parametersStefan Sauer1-3/+11
2015-10-05tracer: use a macros for the enabled checkStefan Sauer1-59/+20
2015-10-05tracer: use macros for hooksStefan Sauer1-4/+4
2015-10-05tracer: pass the timestamp directlyStefan Sauer1-16/+13
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-8/+31
2015-10-05tracer: add the hook-id to the invoke signatureStefan Sauer1-3/+3
2015-10-05tracer: initial prototype for the tracing subsystemStefan Sauer1-0/+313