mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-03 09:01:50 -05:00
rename pa_property_xxx to pa_shared_xxx to avoid confusion with property lists
This commit is contained in:
parent
a5a7b79938
commit
edc56a7f7a
10 changed files with 84 additions and 83 deletions
|
|
@ -141,7 +141,7 @@ pa_core* pa_core_new(pa_mainloop_api *m, int shared) {
|
|||
for (j = 0; j < PA_CORE_HOOK_MAX; j++)
|
||||
pa_hook_init(&c->hooks[j], c);
|
||||
|
||||
pa_property_init(c);
|
||||
pa_shared_init(c);
|
||||
|
||||
pa_random(&c->cookie, sizeof(c->cookie));
|
||||
|
||||
|
|
@ -189,7 +189,7 @@ static void core_free(pa_object *o) {
|
|||
pa_silence_cache_done(&c->silence_cache);
|
||||
pa_mempool_free(c->mempool);
|
||||
|
||||
pa_property_cleanup(c);
|
||||
pa_shared_cleanup(c);
|
||||
|
||||
for (j = 0; j < PA_CORE_HOOK_MAX; j++)
|
||||
pa_hook_free(&c->hooks[j]);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue