mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-06 13:30:01 -05:00
Work on introspection
This commit is contained in:
parent
7c29209023
commit
b969623ec8
39 changed files with 1726 additions and 574 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue