mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2026-05-04 05:58:09 +02:00
For encoded formats, buffer size is the size of the actual data in the buffer and may change for each frame depending on the content. Thus, configuring the buffer pool of the pipewiresrc with the size of the first buffer may be insufficient for later buffers. Configure the buffer pool to the maximum size of the first upstream buffer and assume that the following buffers will be allocated with the same size as the first buffer. |
||
|---|---|---|
| .. | ||
| .editorconfig | ||
| gstpipewire.c | ||
| gstpipewireclock.c | ||
| gstpipewireclock.h | ||
| gstpipewirecore.c | ||
| gstpipewirecore.h | ||
| gstpipewiredeviceprovider.c | ||
| gstpipewiredeviceprovider.h | ||
| gstpipewireformat.c | ||
| gstpipewireformat.h | ||
| gstpipewirepool.c | ||
| gstpipewirepool.h | ||
| gstpipewiresink.c | ||
| gstpipewiresink.h | ||
| gstpipewiresrc.c | ||
| gstpipewiresrc.h | ||
| meson.build | ||