mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-03 09:01:54 -05:00
small cleanups
This commit is contained in:
parent
1ef1563591
commit
4401e479c6
3 changed files with 0 additions and 19 deletions
|
|
@ -95,10 +95,6 @@ struct impl {
|
|||
struct spa_buffer **buffers;
|
||||
uint32_t n_buffers;
|
||||
struct pw_memblock *mem;
|
||||
|
||||
struct {
|
||||
struct spa_graph_link link;
|
||||
} rt;
|
||||
};
|
||||
|
||||
/** \endcond */
|
||||
|
|
@ -953,8 +949,6 @@ static void client_node_initialized(void *data)
|
|||
impl->client_port_mix.io,
|
||||
sizeof(impl->client_port_mix.io))) < 0)
|
||||
return;
|
||||
|
||||
|
||||
}
|
||||
|
||||
switch (media_type) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue