mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-04 13:30:12 -05:00
stream: improve timing
Dequeue the input buffers so that we can calculate the available bytes to read.
This commit is contained in:
parent
1d0ce27005
commit
30fac2b242
2 changed files with 111 additions and 88 deletions
|
|
@ -331,6 +331,7 @@ struct pa_mem {
|
|||
size_t maxsize;
|
||||
size_t size;
|
||||
size_t offset;
|
||||
void *user_data;
|
||||
};
|
||||
|
||||
#define MAX_BUFFERS 64u
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue