element: Enforce that elements created by gst_element_factory_create/make() are floating
[platform/upstream/gstreamer.git] / gst / gsttracer.h
2018-03-13 Tim-Philipp Müllergst: GST_EXPORT -> GST_API
2017-12-02 Tim-Philipp MüllerMove GstAggregator from -bad to core
2017-05-15 Tim-Philipp Müllergst: mark symbols explicitly for export with GST_EXPORT
2017-01-27 Thibault Sauniergst: Fix includes so that files can be built separately
2016-11-28 Tim-Philipp MüllerMove dataurisrc element from -bad
2016-01-17 Philip Van Hooftracer.h: don't include private noinst header gsttracer...
2016-01-16 Tim-Philipp Müllergst.h: Don't spew warnings if GST_USE_UNSTABLE_API...
2016-01-15 Stefan Sauertracerrecord: add a log record class
2016-01-06 Stefan Sauertracer: make gst_tracing_register_hook_id static
2015-12-14 Xavier Claessenscore: Add g_autoptr() support to all types
2015-10-06 Stefan Sauertracer: move prototype to the right header
2015-10-05 Stefan Sauertracing: rename the global api to gst_tracing
2015-10-05 Stefan Sauertracers: eliminate var_args
2015-10-05 Stefan Sauertracer: use GQuark or strings for the hook id
2015-10-05 Stefan Sauertracer: simplify hook api
2015-10-05 Stefan Sauertracer: drop the HookId hid from the invoke method
2015-10-05 Stefan Sauertracer: split into tracer and tracerutils
2015-10-05 Stefan Sauertracers: add a logging helper to remove identical copie...
2015-10-05 Stefan Sauertracer: use the same timebase as the logging
2015-10-05 Stefan Sauertracer: add more hooks and handle it in the plugins
2015-10-05 Stefan Sauertracer: use a macros for the enabled check
2015-10-05 Stefan Sauertracer: use macros for hooks
2015-10-05 Stefan Sauertracer: pass the timestamp directly
2015-10-05 Stefan Sauertracer: pass the instance to the vmethod
2015-10-05 Stefan Sauertracer: switch to quarks and add another hook for buffe...
2015-10-05 Stefan Sauertracer: add the hook-id to the invoke signature
2015-10-05 Stefan Sauertracer: initial prototype for the tracing subsystem