screen-cast/src: Fix signedness of timestamp field

https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/1361
This commit is contained in:
Jonas Ådahl 2020-07-03 23:50:28 +02:00
parent 047da80c3b
commit 7adc24d3a6

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;