mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-06 17:39:47 +00:00
d6a5711423
shader_fade_and_move_horiz_out writes a complete stride at the end of its dframe data This led to SIGSEGV since the stride reached into sframe->map[0]->memory which could not be umpapped later on. This is due to `d` is increased twice. Once at the end of the upper loop and at the start of the lower loop. The corresponding dframe stride is therefore skipped. Rewind `d` and start at the correct position. Fixes https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/issues/1702 Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/1765> |
||
---|---|---|
.. | ||
codec-utils.c | ||
codec-utils.h | ||
descriptions.c | ||
descriptions.h | ||
encoding-profile.c | ||
encoding-profile.h | ||
encoding-target.c | ||
encoding-target.h | ||
gstaudiovisualizer.c | ||
gstaudiovisualizer.h | ||
gstdiscoverer-types.c | ||
gstdiscoverer.c | ||
gstdiscoverer.h | ||
gstpluginsbaseversion.c | ||
gstpluginsbaseversion.h.in | ||
install-plugins.c | ||
install-plugins.h | ||
meson.build | ||
missing-plugins.c | ||
missing-plugins.h | ||
pbutils-prelude.h | ||
pbutils-private.h | ||
pbutils.c | ||
pbutils.h |