Work on introspection

This commit is contained in:
Wim Taymans 2016-12-02 13:38:43 +01:00
parent 7c29209023
commit b969623ec8
39 changed files with 1726 additions and 574 deletions

View file

@ -82,14 +82,14 @@ pinos_resource_destroy (PinosResource *resource)
SpaResult
pinos_resource_send_message (PinosResource *resource,
PinosMessageType type,
uint32_t opcode,
void *message,
bool flush)
{
if (resource->send_func)
return resource->send_func (resource,
resource->id,
type,
opcode,
message,
flush,
resource->send_data);