screen-cast/src: Fix signedness of timestamp field
https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/1351
This commit is contained in:
@@ -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;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user