gstreamer/ext/wayland
Nicolas Dufresne afa1c19b37 waylandsink: Fix double render check
Our code does not support rendering twice the same wl_buffer in a row, so it
tries to skip that case, but for this it relied on the GstBuffer pointer,
while the cache actually works at the GstMemory level now. To avoid this
compare the GstWlBuffer instead.

This fixes crash when use in zero-copy with videorate element.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/2526>
2021-09-17 14:14:42 +00:00
..
gstwaylandsink.c waylandsink: Fix double render check 2021-09-17 14:14:42 +00:00
gstwaylandsink.h waylandsink: prevent frame callback being released twice 2021-06-15 16:25:17 -04:00
meson.build
wlbuffer.c waylandsink: Fix double render check 2021-09-17 14:14:42 +00:00
wlbuffer.h
wldisplay.c
wldisplay.h
wllinuxdmabuf.c
wllinuxdmabuf.h
wlshmallocator.c
wlshmallocator.h
wlvideoformat.c
wlvideoformat.h
wlwindow.c waylandsink: prevent frame callback being released twice 2021-06-15 16:25:17 -04:00
wlwindow.h waylandsink: prevent frame callback being released twice 2021-06-15 16:25:17 -04:00