Skip to content

aggregator: improve parsing in create_new_pad

The previous implementation was a bit primitive, assuming the subclass had registered a template name starting with sink_ . Instead make the effort of parsing the actual template name, and use that to generate the final pad name.

Merge request reports