gstreamer/subprojects/gst-plugins-base/gst-libs/gst/app
Albert Sjolund ae6ac2a659 appsrc: Fix use-after-free when making buffer / buffer-lists writable
make_writable can cause a reallocation of the buffer, meaning that obj
would point to an invalid object, both for buffer and for bufferlist.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/7803>
2024-11-01 00:03:48 +00:00
..
app-prelude.h Move files from gst-plugins-base into the "subprojects/gst-plugins-base/" subdir 2021-09-24 16:13:26 -03:00
app.h Move files from gst-plugins-base into the "subprojects/gst-plugins-base/" subdir 2021-09-24 16:13:26 -03:00
gstappsink.c gst: Move GstQueueArray as GstVecDeque to core 2024-05-06 18:25:42 +00:00
gstappsink.h appsink: add max-time and max-buffers properties 2023-09-20 08:54:01 +00:00
gstappsrc.c appsrc: Fix use-after-free when making buffer / buffer-lists writable 2024-11-01 00:03:48 +00:00
gstappsrc.h Move files from gst-plugins-base into the "subprojects/gst-plugins-base/" subdir 2021-09-24 16:13:26 -03:00
gstapputils.c appsrc: extract buffering level calculations 2023-09-20 08:54:01 +00:00
gstapputils.h appsrc: extract buffering level calculations 2023-09-20 08:54:01 +00:00
meson.build appsrc: extract buffering level calculations 2023-09-20 08:54:01 +00:00