mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-19 00:01:23 +00:00
3cf4a70dbc
The pnmenc was not mapping the input buffers as video buffers. Because of this, the video frame stride was not being set based on frame but based on the caps, which make the assumption that the strides are a power of 4. For input that is not a power of 4, this would lead to a SIGSEGV. https://bugzilla.gnome.org/show_bug.cgi?id=793419 |
||
---|---|---|
.. | ||
gstpnm.c | ||
gstpnmdec.c | ||
gstpnmdec.h | ||
gstpnmenc.c | ||
gstpnmenc.h | ||
gstpnmutils.c | ||
gstpnmutils.h | ||
Makefile.am | ||
meson.build |