mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-03-04 10:51:13 +00:00
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> |
||
---|---|---|
.. | ||
gstwl_fwd.h | ||
gstwlbuffer.c | ||
gstwlbuffer.h | ||
gstwlcontext.c | ||
gstwlcontext.h | ||
gstwldisplay.c | ||
gstwldisplay.h | ||
gstwllinuxdmabuf.c | ||
gstwllinuxdmabuf.h | ||
gstwlshmallocator.c | ||
gstwlshmallocator.h | ||
gstwlvideobufferpool.c | ||
gstwlvideobufferpool.h | ||
gstwlvideoformat.c | ||
gstwlvideoformat.h | ||
gstwlwindow.c | ||
gstwlwindow.h | ||
meson.build | ||
wayland-prelude.h | ||
wayland.h |