mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-31 22:25:38 -04:00
pod: fix padding
This commit is contained in:
parent
c063e206f4
commit
9b7debbfd3
2 changed files with 19 additions and 13 deletions
|
|
@ -424,6 +424,9 @@ print_pod_value (uint32_t size, uint32_t type, void *body, int prefix)
|
|||
}
|
||||
break;
|
||||
}
|
||||
default:
|
||||
printf ("unhandled prop type %d\n", type);
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue