mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-06 13:30:01 -05:00
core: set version
This commit is contained in:
parent
4eae1f0c6f
commit
d93afe7f9b
1 changed files with 1 additions and 1 deletions
|
|
@ -427,7 +427,7 @@ struct pw_core *pw_core_new(struct pw_loop *main_loop, struct pw_properties *pro
|
|||
this->info.change_mask = 0;
|
||||
this->info.user_name = pw_get_user_name();
|
||||
this->info.host_name = pw_get_host_name();
|
||||
this->info.version = SPA_STRINGIFY(PW_VERSION_CORE);
|
||||
this->info.version = pw_get_library_version();
|
||||
srandom(time(NULL));
|
||||
this->info.cookie = random();
|
||||
this->info.props = &properties->dict;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue