gstreamer/subprojects/gst-plugins-bad/gst-libs/gst/wayland
Qian Hu (胡骞) a99694cca8 wayland: leverage unified object destruction for wl_callback
This patch refactors gst_wl_display_callback_destroy() to use the
recently introduced gst_wl_display_object_destroy() helper. Previously,
the function manually handled wl_callback destruction with explicit
lock/unlock calls and direct invocation of wl_callback_destroy().
Switching to gst_wl_display_object_destroy() unifies the destruction
process across similar objects, reducing code duplication and potential
errors.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8242>
2025-02-24 18:10:50 +00:00
..
gstwl_fwd.h
gstwlbuffer.c
gstwlbuffer.h
gstwlcontext.c wayland: Fix ABI break in WL context type name 2024-09-10 21:35:18 +00:00
gstwlcontext.h wayland: Fix ABI break in WL context type name 2024-09-10 21:35:18 +00:00
gstwldisplay.c wayland: leverage unified object destruction for wl_callback 2025-02-24 18:10:50 +00:00
gstwldisplay.h wayland: add synchronized object destruction function 2025-02-24 18:10:50 +00:00
gstwllinuxdmabuf.c wayland: dmabuf: Translate tiled strides 2024-11-19 21:22:38 +00:00
gstwllinuxdmabuf.h
gstwlshmallocator.c wayland: Set a debug category for the shm allocator 2024-09-10 21:35:18 +00:00
gstwlshmallocator.h wayland: Set a debug category for the shm allocator 2024-09-10 21:35:18 +00:00
gstwlvideobufferpool.c
gstwlvideobufferpool.h
gstwlvideoformat.c wayland: Don't filter out unrecognised DRM formats 2025-01-29 15:23:57 +00:00
gstwlvideoformat.h wayland: Don't filter out unrecognised DRM formats 2025-01-29 15:23:57 +00:00
gstwlwindow.c wayland: fix crash issue during stop flow 2025-02-24 18:10:50 +00:00
gstwlwindow.h
meson.build
wayland-prelude.h
wayland.h