mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-04 13:30:12 -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
|
|
@ -64,7 +64,7 @@ do_check_send (PinosListener *listener,
|
|||
PinosClient *client = data->client;
|
||||
PinosCore *core = client->core;
|
||||
|
||||
if (data->resource->type == core->uri.registry) {
|
||||
if (data->resource->type == core->type.registry) {
|
||||
#if 0
|
||||
switch (data->opcode) {
|
||||
case 0:
|
||||
|
|
@ -107,7 +107,7 @@ do_check_dispatch (PinosListener *listener,
|
|||
PinosClient *client = data->client;
|
||||
PinosCore *core = client->core;
|
||||
|
||||
if (data->resource->type == core->uri.registry) {
|
||||
if (data->resource->type == core->type.registry) {
|
||||
#if 0
|
||||
if (data->opcode == 0) {
|
||||
PinosMessageBind *m = data->message;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue