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