summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorStefan Sauer <ensonic@users.sf.net>2017-12-26 12:17:53 +0100
committerStefan Sauer <ensonic@users.sf.net>2017-12-26 12:17:53 +0100
commitffc85bf7f6e72f3758f833e552677afb568c8ec4 (patch)
tree5ccc1161e0e4a068f1ff75fb9e89ee0602ce7095 /tools
parentc96901d4d997c486e2f41eae06670bb00464aac6 (diff)
inspect: add comment for how to improve tracer support
Diffstat (limited to 'tools')
-rw-r--r--tools/gst-inspect.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/tools/gst-inspect.c b/tools/gst-inspect.c
index b2d328c97..89a1fab92 100644
--- a/tools/gst-inspect.c
+++ b/tools/gst-inspect.c
@@ -1512,7 +1512,9 @@ print_tracer_info (GstPluginFeature * feature, gboolean print_names)
* tracer that created them
* - we'd need to add them to GstTracerFactory
* gst_tracer_class_add_record (klass, record);
- * - needs work in gstregistrychunks.
+ * - needs work in gstregistrychunks to (de)serialize specs
+ * - gst_tracer_register() would need to iterate the list of records and
+ * copy the record->spec into the factory
*/
gst_object_unref (tracer);