docs: rename the tracer doc to part since it is now merged
authorStefan Sauer <ensonic@users.sf.net>
Wed, 6 Jan 2016 10:52:53 +0000 (11:52 +0100)
committerStefan Sauer <ensonic@users.sf.net>
Wed, 6 Jan 2016 10:52:53 +0000 (11:52 +0100)
docs/design/part-tracing.txt [moved from docs/design/draft-tracing.txt with 97% similarity]

similarity index 97%
rename from docs/design/draft-tracing.txt
rename to docs/design/part-tracing.txt
index 867e586..6777143 100644 (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
 ======