port: improve buffer handling

Remove the buffers_move method, it's not needed.
This commit is contained in:
Wim Taymans 2019-10-02 18:34:03 +02:00
parent d4fab985a2
commit 9c4e5f4e27
5 changed files with 20 additions and 28 deletions

View file

@ -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 */