mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-02 09:01:50 -05:00
audiotestsrc: fix function signature
This commit is contained in:
parent
0a54249718
commit
8d5571fa4c
1 changed files with 1 additions and 1 deletions
|
|
@ -88,7 +88,7 @@ struct buffer {
|
||||||
|
|
||||||
struct impl;
|
struct impl;
|
||||||
|
|
||||||
typedef int (*render_func_t) (struct impl *this, void *samples, size_t n_samples);
|
typedef void (*render_func_t) (struct impl *this, void *samples, size_t n_samples);
|
||||||
|
|
||||||
struct port {
|
struct port {
|
||||||
uint64_t info_all;
|
uint64_t info_all;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue