mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-12-21 08:56:56 -05:00
protocol: we need to read Fd into int64_t
This commit is contained in:
parent
4b202b9656
commit
d00c641559
2 changed files with 10 additions and 6 deletions
|
|
@ -339,7 +339,8 @@ static int core_event_demarshal_add_mem(void *object, const struct pw_protocol_n
|
|||
{
|
||||
struct pw_proxy *proxy = object;
|
||||
struct spa_pod_parser prs;
|
||||
uint32_t id, type, idx, flags;
|
||||
uint32_t id, type, flags;
|
||||
int64_t idx;
|
||||
int fd;
|
||||
|
||||
spa_pod_parser_init(&prs, msg->data, msg->size);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue