mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-05 06:58:56 +00:00
inspect: add comment for how to improve tracer support
This commit is contained in:
parent
c96901d4d9
commit
ffc85bf7f6
1 changed files with 3 additions and 1 deletions
|
@ -1512,7 +1512,9 @@ print_tracer_info (GstPluginFeature * feature, gboolean print_names)
|
||||||
* tracer that created them
|
* tracer that created them
|
||||||
* - we'd need to add them to GstTracerFactory
|
* - we'd need to add them to GstTracerFactory
|
||||||
* gst_tracer_class_add_record (klass, record);
|
* 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);
|
gst_object_unref (tracer);
|
||||||
|
|
Loading…
Reference in a new issue