From 1d9eaea5c286589c29ef2d32f31a7eea8662efc9 Mon Sep 17 00:00:00 2001
From: George Kiagiadakis <george.kiagiadakis@collabora.com>
Date: Wed, 5 Jun 2019 17:18:55 +0300
Subject: [PATCH] remote-endpoint: fix de-serialization of control id (Int
 instead of Id)

---
 modules/module-pipewire/remote-endpoint.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/module-pipewire/remote-endpoint.c b/modules/module-pipewire/remote-endpoint.c
index ccf54a27..f751be2a 100644
--- a/modules/module-pipewire/remote-endpoint.c
+++ b/modules/module-pipewire/remote-endpoint.c
@@ -319,7 +319,7 @@ client_endpoint_set_param (void *object, uint32_t id, uint32_t flags,
   }
 
   if ((res = spa_pod_parser_get (&p,
-          PW_ENDPOINT_PARAM_CONTROL_id, SPA_POD_Id (&control_id),
+          PW_ENDPOINT_PARAM_CONTROL_id, SPA_POD_Int (&control_id),
           PW_ENDPOINT_PARAM_CONTROL_value, SPA_POD_Pod (&value),
           NULL)) < 0)
     goto error;
-- 
GitLab