mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-01 22:58:50 -04:00
impl-metadata: add some more properties to global
This commit is contained in:
parent
a8bafa0631
commit
afa0f9305d
1 changed files with 3 additions and 2 deletions
|
|
@ -523,14 +523,15 @@ SPA_EXPORT
|
|||
int pw_impl_metadata_register(struct pw_impl_metadata *metadata,
|
||||
struct pw_properties *properties)
|
||||
{
|
||||
struct pw_context *context = metadata->context;
|
||||
static const char * const keys[] = {
|
||||
PW_KEY_OBJECT_SERIAL,
|
||||
PW_KEY_MODULE_ID,
|
||||
PW_KEY_FACTORY_ID,
|
||||
PW_KEY_METADATA_NAME,
|
||||
NULL
|
||||
};
|
||||
|
||||
struct pw_context *context = metadata->context;
|
||||
|
||||
if (metadata->registered)
|
||||
goto error_existed;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue