mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 03:35:21 +00:00
tracers: latency: document the 'reported' flag
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/3359>
This commit is contained in:
parent
96a6b33029
commit
c624900a44
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue