mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-12-19 08:57:14 -05:00
flatpak: add flatpak module
Pass LoopUtils to callbacks to make it easier to reschedule timeouts.
This commit is contained in:
parent
a5b39019d1
commit
be528ba7c2
17 changed files with 826 additions and 259 deletions
|
|
@ -111,8 +111,9 @@ do_loop (void *user_data)
|
|||
|
||||
|
||||
static void
|
||||
do_stop (SpaSource *source,
|
||||
void *data)
|
||||
do_stop (SpaLoopUtils *utils,
|
||||
SpaSource *source,
|
||||
void *data)
|
||||
{
|
||||
PinosDataLoopImpl *impl = data;
|
||||
impl->running = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue