mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-07 13:30:09 -05:00
factory: improve registration
This commit is contained in:
parent
0173180e78
commit
8c4bb3a104
2 changed files with 9 additions and 3 deletions
|
|
@ -407,6 +407,7 @@ struct pw_factory {
|
|||
struct spa_list link; /**< link in core node_factory_list */
|
||||
struct pw_global *global; /**< global for this factory */
|
||||
struct spa_hook global_listener;
|
||||
bool registered;
|
||||
|
||||
struct pw_factory_info info; /**< introspectable factory info */
|
||||
struct pw_properties *properties; /**< properties of the factory */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue