factory: improve registration

This commit is contained in:
Wim Taymans 2018-02-16 12:01:18 +01:00
parent 0173180e78
commit 8c4bb3a104
2 changed files with 9 additions and 3 deletions

View file

@ -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 */