mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
spa: fix event pod type
This commit is contained in:
parent
800a25a01f
commit
546acfc006
1 changed files with 1 additions and 1 deletions
|
|
@ -30,7 +30,7 @@ struct spa_event {
|
|||
(ev)->body.body.id : SPA_ID_INVALID)
|
||||
|
||||
#define SPA_EVENT_INIT_FULL(t,size,type,id,...) ((t) \
|
||||
{ { (size), SPA_TYPE_OBJECT }, \
|
||||
{ { (size), SPA_TYPE_Object }, \
|
||||
{ { (type), (id) }, ##__VA_ARGS__ } }) \
|
||||
|
||||
#define SPA_EVENT_INIT(type,id) \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue