mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-07 13:30:09 -05:00
port: improve buffer handling
Remove the buffers_move method, it's not needed.
This commit is contained in:
parent
d4fab985a2
commit
9c4e5f4e27
5 changed files with 20 additions and 28 deletions
|
|
@ -565,7 +565,8 @@ struct pw_port {
|
|||
struct pw_port_info info;
|
||||
struct spa_param_info params[MAX_PARAMS];
|
||||
|
||||
struct pw_buffers allocation;
|
||||
struct pw_buffers buffers; /**< buffers managed by this port, only on
|
||||
* output ports, shared with all links */
|
||||
|
||||
struct spa_list links; /**< list of \ref pw_link */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue