mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-07 13:30:09 -05:00
module-netjack2: set latency param
This commit is contained in:
parent
7de7a620f3
commit
407ee3940c
3 changed files with 34 additions and 9 deletions
|
|
@ -606,9 +606,7 @@ static int make_stream(struct stream *s, const char *name)
|
|||
const struct spa_pod *params[4];
|
||||
uint8_t buffer[1024];
|
||||
struct spa_pod_builder b;
|
||||
struct spa_latency_info latency;
|
||||
|
||||
spa_zero(latency);
|
||||
n_params = 0;
|
||||
spa_pod_builder_init(&b, buffer, sizeof(buffer));
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue