mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-03 16:09:39 +00:00
d42177c89e
Consistently use GST_ROUND_UP_4(width) as stride for bayer buffers. Bayer data will usually come in widths that are multiples of 4 anyway, so hopefully this should not have any adverse impact on anyone in practice. Before, bayer2rgb required input buffers to are sized accordingly, but then didn't actually round up when calculating row offsets. rgb2bayer didn't use a rounded stride nor buffer size. https://bugzilla.gnome.org/show_bug.cgi?id=752014 |
||
---|---|---|
.. | ||
gstbayer.c | ||
gstbayer2rgb.c | ||
gstbayerorc-dist.c | ||
gstbayerorc-dist.h | ||
gstbayerorc.orc | ||
gstrgb2bayer.c | ||
gstrgb2bayer.h | ||
Makefile.am | ||
meson.build |