From 251329f0d04bccf2c49f3032b1f62c7da589fe27 Mon Sep 17 00:00:00 2001 From: "B. Stack" Date: Fri, 15 Apr 2022 17:08:18 -0400 Subject: fix placement of ubo xpi --- libwebrtc-screen-cast-sync.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libwebrtc-screen-cast-sync.patch') diff --git a/libwebrtc-screen-cast-sync.patch b/libwebrtc-screen-cast-sync.patch index da909ee..09bfd0f 100644 --- a/libwebrtc-screen-cast-sync.patch +++ b/libwebrtc-screen-cast-sync.patch @@ -9344,7 +9344,7 @@ index 0000000..c6ba661 + const struct spa_meta_cursor* cursor = + static_cast(spa_buffer_find_meta_data( + spa_buffer, SPA_META_Cursor, sizeof(*cursor))); -+ if (spa_meta_cursor_is_valid(cursor)) { ++ if (cursor && spa_meta_cursor_is_valid(cursor)) { + struct spa_meta_bitmap* bitmap = nullptr; + + if (cursor->bitmap_offset) -- cgit