mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-05 13:30:02 -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
|
|
@ -57,8 +57,9 @@ post_hook (SpaLoopControl *ctrl,
|
|||
}
|
||||
|
||||
static void
|
||||
do_stop (SpaSource *source,
|
||||
void *data)
|
||||
do_stop (SpaLoopUtils *utils,
|
||||
SpaSource *source,
|
||||
void *data)
|
||||
{
|
||||
PinosThreadMainLoopImpl *impl = data;
|
||||
impl->running = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue