mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-12-21 08:56:56 -05: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;
|
return NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
SPA_EXPORT
|
||||||
|
const struct pw_properties *pw_impl_metadata_get_properties(struct pw_impl_metadata *metadata)
|
||||||
|
{
|
||||||
|
return metadata->properties;
|
||||||
|
}
|
||||||
|
|
||||||
SPA_EXPORT
|
SPA_EXPORT
|
||||||
int pw_impl_metadata_set_implementation(struct pw_impl_metadata *metadata,
|
int pw_impl_metadata_set_implementation(struct pw_impl_metadata *metadata,
|
||||||
struct pw_metadata *meta)
|
struct pw_metadata *meta)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue