mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-18 07:00:06 -05:00
Cleanups
This commit is contained in:
parent
a1fdfdc818
commit
7297c18839
4 changed files with 3 additions and 9 deletions
|
|
@ -892,7 +892,6 @@ struct pw_link *pw_link_new(struct pw_core *core,
|
|||
pw_signal_init(&this->port_unlinked);
|
||||
pw_signal_init(&this->state_changed);
|
||||
pw_signal_init(&this->destroy_signal);
|
||||
pw_signal_init(&this->free_signal);
|
||||
|
||||
impl->format_filter = format_filter;
|
||||
|
||||
|
|
@ -1007,9 +1006,6 @@ void pw_link_destroy(struct pw_link *link)
|
|||
link->output = NULL;
|
||||
}
|
||||
|
||||
pw_log_debug("link %p: free", link);
|
||||
pw_signal_emit(&link->free_signal, link);
|
||||
|
||||
pw_work_queue_destroy(impl->work);
|
||||
|
||||
if (link->info.format)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue