screen-cast/src: Fix signedness of timestamp field

https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/1351
This commit is contained in:
Jonas Ådahl 2020-07-03 23:50:28 +02:00
parent 2d899596e2
commit 449fa7bf81

View File

@ -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;