Skip to content

analyticsmeta: Implement meta transform

Olivier Crête requested to merge ocrete/gstreamer:analytics-improvements into main

I implemented the GstMeta transform to scale the metadata when scaling the image.

I ended up making some stuff private, and replacing the GQuark id with what is secretly a pointer. Only ask the subclass about how much space they need, this way we can keep the allocation details more private.

Edited by Olivier Crête

Merge request reports