mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-03 09:01:54 -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
|
|
@ -48,8 +48,9 @@ typedef struct
|
|||
|
||||
|
||||
static void
|
||||
process_work_queue (SpaSource *source,
|
||||
void *data)
|
||||
process_work_queue (SpaLoopUtils *utils,
|
||||
SpaSource *source,
|
||||
void *data)
|
||||
{
|
||||
PinosWorkQueueImpl *impl = data;
|
||||
PinosWorkQueue *this = &impl->this;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue