mirror of
https://github.com/brl/mutter.git
synced 2024-11-21 07:30:42 -05:00
screen-cast/src: Fix signedness of timestamp field
https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/1351
This commit is contained in:
parent
2d899596e2
commit
449fa7bf81
@ -91,7 +91,7 @@ typedef struct _MetaScreenCastStreamSrcPrivate
|
||||
struct spa_video_info_raw video_format;
|
||||
int video_stride;
|
||||
|
||||
uint64_t last_frame_timestamp_us;
|
||||
int64_t last_frame_timestamp_us;
|
||||
|
||||
GHashTable *dmabuf_handles;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user