mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-12-19 08:57:14 -05:00
Use types with known sizes where we can, easier to serialize
Add iterator for POD and use it to implement some demarshalling.
This commit is contained in:
parent
23d09d5b60
commit
f92b68c3c3
77 changed files with 839 additions and 695 deletions
|
|
@ -58,7 +58,7 @@ static const SpaInterfaceInfo libva_interfaces[] =
|
|||
|
||||
static SpaResult
|
||||
libva_enum_interface_info (const SpaHandleFactory *factory,
|
||||
unsigned int index,
|
||||
uint32_t index,
|
||||
const SpaInterfaceInfo **info)
|
||||
{
|
||||
if (index >= 1)
|
||||
|
|
@ -84,7 +84,7 @@ static const SpaHandleFactory factories[] =
|
|||
};
|
||||
|
||||
SpaResult
|
||||
spa_enum_handle_factory (unsigned int index,
|
||||
spa_enum_handle_factory (uint32_t index,
|
||||
const SpaHandleFactory **factory)
|
||||
{
|
||||
if (index >= 2)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue