docs: rename the tracer doc to part since it is now merged

This commit is contained in:
Stefan Sauer 2016-01-06 11:52:53 +01:00
parent 1af0a3ce6f
commit 4cc1116a9d

View file

@ -331,11 +331,11 @@ Problems / Open items
- something like gst_object_get_path_string() won't work as objects are
initially without parent
- right now the tracer is enabled/disabled from configure with
--{enable,disable}-debug, we should probably add --{enable,disable}-tracer
although it is confusing with "--disable-trace disable tracing subsystem"
where we could at least change the doc-string to say "disable memory tracing
subsystem"
- right now the tracing-hooks are enabled/disabled from configure with
--{enable,disable}-gst-tracer-hooks
The tracer code and the plugins are still built though. We should add a
--{enable,disable}-gst-tracer to disabled the whole system, allthough this
is a bit confusing with the --{enable,disable}-trace option we have already.
Try it
======