mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-04 13:30:12 -05: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
|
|
@ -251,7 +251,7 @@ int client_session_factory_init(struct pw_module *module)
|
|||
|
||||
factory = pw_factory_new(core,
|
||||
"client-session",
|
||||
PW_TYPE_INTERFACE_Session,
|
||||
PW_TYPE_INTERFACE_ClientSession,
|
||||
PW_VERSION_CLIENT_SESSION_PROXY,
|
||||
NULL,
|
||||
sizeof(*data));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue