From: Stefan Sauer Date: Tue, 26 Dec 2017 11:17:53 +0000 (+0100) Subject: inspect: add comment for how to improve tracer support X-Git-Tag: 1.16.2~531 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ffc85bf7f6e72f3758f833e552677afb568c8ec4;p=platform%2Fupstream%2Fgstreamer.git inspect: add comment for how to improve tracer support --- diff --git a/tools/gst-inspect.c b/tools/gst-inspect.c index b2d328c..89a1fab 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);