summaryrefslogtreecommitdiff
path: root/gst/gsttracerrecord.c
AgeCommit message (Expand)AuthorFilesLines
2021-04-01gst: Add missing G_GNUC_NULL_TERMINATED markersChris White1-0/+1
2020-07-24tracer: declare GstTracer API stableTim-Philipp Müller1-2/+0
2020-06-19Fix up and add various "Since" markers and other related docs fixesSebastian Dröge1-0/+4
2019-07-01tracerrecord: Be stricter while parsing record templatesNirbheek Chauhan1-3/+8
2018-11-12gst: Fix string leak when G_VALUE_COLLECT_INIT() was failedSeungha Yang1-0/+1
2017-05-17gst: Clear floating flag in constructor of all GstObject subclasses that are ...Sebastian Dröge1-1/+5
2017-05-17gst: Correctly annotate functions taking floating reference parameters and re...Sebastian Dröge1-1/+1
2017-04-08Don't use deprecated g_object_newv()Tim-Philipp Müller1-1/+1
2017-01-27Port gtk-doc comments to their equivalent markdown syntaxThibault Saunier1-6/+4
2016-03-02tracerrecord: Remove useless NULL check and add assertion for making assumpti...Sebastian Dröge1-27/+26
2016-01-22tracerrecord: don't leak the spec structuresStefan Sauer1-64/+65
2016-01-20tracerrecord: Fix self->spec structure invalid freeVineeth TM1-1/+0
2016-01-20tracerrecord: Initialise flags to avoid wrong comparisionVineeth TM1-2/+3
2016-01-19tracerrecord: avoid overwriting valueLuis de Bethencourt1-2/+1
2016-01-19tracerrecord: Disable logging if GST_DISABLE_GST_DEBUGEdward Hervey1-0/+2
2016-01-16tracer: use the new flags to create the optional field in the format stringStefan Sauer1-2/+17
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-0/+251