Skip to content

Element latency tracer

Julian Bouzas requested to merge (removed):element-latency-tracer into master

This MR improves the latency tracer by showing per-element latency and also reported per-element latency. A new property flags has been added which allows the user to select what to display, like so:

GST_TRACERS=latency(flags="pipeline")
Same as current master, it only traces the pipeline latency

GST_TRACERS=latency(flags="pipeline+element")
Same as above but the per-element latency trace will be shown as well

GST_TRACERS=latency(flags="pipeline+element+reported")
Same as above but the reported per-element latency trace will be shown as well

gst-stats has also been updated to show stats of the latencies

Edited by Julian Bouzas

Merge request reports