Hi,
Suppose I want to modify the meta data and doing somethings on buffer or metadata.
Q1- Is it possible to modify the metadata inside the prob functions?
Q2- As you know, we can access to buffer/metadata inside prob functions or custom plugin, and prob functions hold the buffer until return PadProb.OK like somethings, so we can’t to do complex processing inside the prob functions,The pipeline is locked. I want to know, this restriction also true for custom plugins?