Skip to content

metadata: fix properties

Wim Taymans requested to merge wtaymans/wireplumber:meta-name into master

The spa_dict does not live outside of the scope it is created in and so no metadata name is passed to the export function.

Use and initialize a variable outside of the scope instead.

Merge request reports