mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-06 13:30:01 -05:00
types: more work on types
This commit is contained in:
parent
acedfe71c0
commit
5825c62d6d
76 changed files with 1713 additions and 1477 deletions
|
|
@ -31,7 +31,7 @@ typedef struct _PinosContext PinosContext;
|
|||
#include <pinos/client/properties.h>
|
||||
#include <pinos/client/subscribe.h>
|
||||
#include <pinos/client/proxy.h>
|
||||
#include <pinos/client/uri.h>
|
||||
#include <pinos/client/type.h>
|
||||
|
||||
/**
|
||||
* PinosContextState:
|
||||
|
|
@ -60,7 +60,7 @@ struct _PinosContext {
|
|||
char *name;
|
||||
PinosProperties *properties;
|
||||
|
||||
PinosURI uri;
|
||||
PinosType type;
|
||||
|
||||
PinosLoop *loop;
|
||||
|
||||
|
|
@ -68,8 +68,8 @@ struct _PinosContext {
|
|||
PinosProxy *registry_proxy;
|
||||
|
||||
PinosMap objects;
|
||||
uint32_t n_uris;
|
||||
PinosMap uris;
|
||||
uint32_t n_types;
|
||||
PinosMap types;
|
||||
|
||||
SpaList global_list;
|
||||
SpaList stream_list;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue