impl-metadata: implement exposed method

This commit is contained in:
Wim Taymans 2021-10-04 13:49:35 +02:00
parent c620121529
commit 26c7d48f0a

View file

@ -325,6 +325,12 @@ error_exit:
return NULL;
}
SPA_EXPORT
const struct pw_properties *pw_impl_metadata_get_properties(struct pw_impl_metadata *metadata)
{
return metadata->properties;
}
SPA_EXPORT
int pw_impl_metadata_set_implementation(struct pw_impl_metadata *metadata,
struct pw_metadata *meta)