From c624900a444638997471847cb8d102eded74be6a Mon Sep 17 00:00:00 2001 From: Guillaume Desmottes Date: Tue, 8 Nov 2022 08:56:47 +0100 Subject: [PATCH] tracers: latency: document the 'reported' flag Part-of: --- subprojects/gstreamer/plugins/tracers/gstlatency.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/subprojects/gstreamer/plugins/tracers/gstlatency.c b/subprojects/gstreamer/plugins/tracers/gstlatency.c index 5cfb551..9b0e8a7 100644 --- a/subprojects/gstreamer/plugins/tracers/gstlatency.c +++ b/subprojects/gstreamer/plugins/tracers/gstlatency.c @@ -26,10 +26,10 @@ * events at sources and process them at sinks. This elements supports tracing * the entire pipeline latency and per element latency. By default, only * pipeline latency is traced. The 'flags' parameter can be used to enabled - * element tracing. + * element tracing and/or the latency reported by each element. * * ``` - * GST_TRACERS="latency(flags=pipeline+element)" GST_DEBUG=GST_TRACER:7 ./... + * GST_TRACERS="latency(flags=pipeline+element+reported)" GST_DEBUG=GST_TRACER:7 ./... * ``` */ /* TODO(ensonic): if there are two sources feeding into a mixer/muxer and later -- 2.7.4