design: tracing: fix missing markup

This commit is contained in:
Reynaldo H. Verdejo Pinochet 2017-06-15 23:24:38 -07:00
parent 431810b51e
commit 69010fa4ee

View file

@ -318,7 +318,7 @@ little driver * <https://github.com/dkogan/feedgnuplot>
- worse performance (were writing two logs at the same time) - worse performance (were 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?