inspect: add comment for how to improve tracer support

This commit is contained in:
Stefan Sauer 2017-12-26 12:17:53 +01:00
parent c96901d4d9
commit ffc85bf7f6

View file

@ -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);