mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-16 15:14:17 +00:00
6e108d310a
The memory pointed to by GstVideoFrame::plane_data becomes invalid after unmapping causing the GBytes to point at some random memory if the unmapping is not deferred until its destroy notify. When the GStreamer buffer is backed by normal system memory this is not a problem but if it is backed by e.g. an OpenGL texture, dmabuf or some other hardware-specific memory this will otherwise cause interesting problems. |
||
---|---|---|
.. | ||
gtkffmediafile.c | ||
gtkffmediafileprivate.h | ||
gtkgstmediafile.c | ||
gtkgstmediafileprivate.h | ||
gtkgstpaintable.c | ||
gtkgstpaintableprivate.h | ||
gtkgstsink.c | ||
gtkgstsinkprivate.h | ||
meson.build |