mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2026-04-28 06:46:42 -04:00
session-manager: fix protocol
Add separate types for interfaces and implementation Fix some bugs in the protocol Add some introspection support in cli
This commit is contained in:
parent
29254b688a
commit
085f1822b9
9 changed files with 166 additions and 27 deletions
|
|
@ -208,7 +208,7 @@ int endpoint_stream_update(struct endpoint_stream *this,
|
|||
}
|
||||
|
||||
if (!this->info.name)
|
||||
this->info.name = strdup(info->name);
|
||||
this->info.name = info->name ? strdup(info->name) : NULL;
|
||||
|
||||
this->info.change_mask = info->change_mask;
|
||||
spa_list_for_each(resource, &this->global->resource_list, link) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue