mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +00:00
design: tracing: fix missing markup
This commit is contained in:
parent
431810b51e
commit
69010fa4ee
1 changed files with 3 additions and 3 deletions
|
@ -318,7 +318,7 @@ little driver * <https://github.com/dkogan/feedgnuplot>
|
||||||
- worse performance (we’re writing two logs at the same time)
|
- worse performance (we’re writing two logs at the same time)
|
||||||
|
|
||||||
- need to be careful when people to `GST_DEBUG_CHANNEL=stderr` and
|
- need to be careful when people to `GST_DEBUG_CHANNEL=stderr` and
|
||||||
GST_TRACE_CHANNEL=stderr (use a shared channel, but what about the
|
`GST_TRACE_CHANNEL=stderr` (use a shared channel, but what about the
|
||||||
formats?)
|
formats?)
|
||||||
|
|
||||||
- debug log
|
- debug log
|
||||||
|
@ -341,8 +341,8 @@ little driver * <https://github.com/dkogan/feedgnuplot>
|
||||||
trace log
|
trace log
|
||||||
|
|
||||||
- we could maintain a list of log functions, where
|
- we could maintain a list of log functions, where
|
||||||
gst_tracer_log_trace() is the default one. This way e.g.
|
`gst_tracer_log_trace()` is the default one. This way e.g.
|
||||||
gst-validate could consume the traces directly.
|
`gst-validate` could consume the traces directly.
|
||||||
|
|
||||||
- when hooking into a timer, should we just have some predefined
|
- when hooking into a timer, should we just have some predefined
|
||||||
intervals?
|
intervals?
|
||||||
|
|
Loading…
Reference in a new issue