mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
pulse-server: make timer function static and fix formatting
This commit is contained in:
parent
cfde4c1b17
commit
361a0de85a
1 changed files with 2 additions and 1 deletions
|
|
@ -40,7 +40,8 @@ static int parse_frac(struct pw_properties *props, const char *key,
|
|||
return 0;
|
||||
}
|
||||
|
||||
void create_stream_timeout(void *user_data, uint64_t expirations) {
|
||||
static void create_stream_timeout(void *user_data, uint64_t expirations)
|
||||
{
|
||||
struct stream *stream = user_data;
|
||||
|
||||
if (stream->create_tag != SPA_ID_INVALID) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue