Skip to content
Snippets Groups Projects
Commit 1d9eaea5 authored by George Kiagiadakis's avatar George Kiagiadakis
Browse files

remote-endpoint: fix de-serialization of control id (Int instead of Id)

parent 36bc1795
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment