mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2026-02-24 01:40:20 -05:00
src/modules/module-rtp-source.c: Fix alignment requirement for 32 bit build
This commit is contained in:
parent
846096d435
commit
367ce4626c
1 changed files with 1 additions and 1 deletions
|
|
@ -231,7 +231,7 @@ struct impl {
|
|||
/* Monotonic timestamp of the last time a packet was
|
||||
* received. This is accessed with atomic accessors
|
||||
* to avoid race conditions. */
|
||||
uint64_t last_packet_time;
|
||||
SPA_ALIGNED(8) uint64_t last_packet_time;
|
||||
|
||||
struct pw_timer standby_timer;
|
||||
/* This timer is used when the first stream_start() call fails because
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue