mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
impl-metadata: implement exposed method
This commit is contained in:
parent
c620121529
commit
26c7d48f0a
1 changed files with 6 additions and 0 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue