mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-26 07:00:13 -05:00
Remove glib from config loading
This commit is contained in:
parent
1a48bccca0
commit
b9e2b1c0e3
5 changed files with 67 additions and 23 deletions
|
|
@ -48,6 +48,11 @@ typedef struct {
|
|||
size_t size;
|
||||
} PinosTransportInfo;
|
||||
|
||||
/**
|
||||
* PinosTransportArea:
|
||||
*
|
||||
* Shared structure between client and server
|
||||
*/
|
||||
struct _PinosTransportArea {
|
||||
unsigned int max_inputs;
|
||||
unsigned int n_inputs;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue