mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-02 09:01:50 -05:00
mainloop: add threaded mainloop
Add a mainloop wrapper that runs the mainloop in a separate thread and has some synchronization primitives. Use new mainloop in gstreamer source and sink elements
This commit is contained in:
parent
a3505fb880
commit
cbeee04809
9 changed files with 710 additions and 195 deletions
|
|
@ -20,10 +20,11 @@
|
|||
#ifndef __PINOS_H__
|
||||
#define __PINOS_H__
|
||||
|
||||
#include <client/stream.h>
|
||||
#include <client/context.h>
|
||||
#include <client/subscribe.h>
|
||||
#include <client/introspect.h>
|
||||
#include <client/mainloop.h>
|
||||
#include <client/stream.h>
|
||||
#include <client/subscribe.h>
|
||||
|
||||
#define PINOS_DBUS_SERVICE "org.pinos"
|
||||
#define PINOS_DBUS_OBJECT_PREFIX "/org/pinos"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue