gstreamer/subprojects/gst-plugins-bad/sys/v4l2codecs
Nicolas Dufresne 88fd9908fe v4l2codecs: Fix tiled formats stride conversion
While adding arbitrary tile support, a round up operation was badly
converter. This caused the Y component of the stride to be 0. This
eventually lead to a crash in glupoad preceded by the following
assertion.

  gst_gl_buffer_allocation_params_new: assertion 'alloc_size > 0' failed

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/5458>
2023-10-11 14:13:53 +00:00
..
linux
gstv4l2codecallocator.c
gstv4l2codecallocator.h
gstv4l2codecalphadecodebin.c
gstv4l2codecalphadecodebin.h
gstv4l2codecav1dec.c av1decoder: Port to GstCodecPicture struct 2023-09-08 11:51:23 +00:00
gstv4l2codecav1dec.h
gstv4l2codecdevice.c v4l2codecs: Warn user when no media devices are found 2022-09-29 19:12:14 +00:00
gstv4l2codecdevice.h
gstv4l2codech264dec.c
gstv4l2codech264dec.h
gstv4l2codech265dec.c h265decoder: Port to GstCodecPicture struct 2023-09-08 11:51:23 +00:00
gstv4l2codech265dec.h
gstv4l2codecmpeg2dec.c mpeg2decoder: Port to GstCodecPicture struct 2023-09-08 11:51:23 +00:00
gstv4l2codecmpeg2dec.h
gstv4l2codecpool.c
gstv4l2codecpool.h
gstv4l2codecvp8dec.c vp8decoder: Port to GstCodecPicture struct 2023-09-08 11:51:23 +00:00
gstv4l2codecvp8dec.h
gstv4l2codecvp9dec.c vp9decoder: Port to GstCodecPicture struct 2023-09-08 11:51:23 +00:00
gstv4l2codecvp9dec.h
gstv4l2decoder.c
gstv4l2decoder.h
gstv4l2format.c v4l2codecs: Fix tiled formats stride conversion 2023-10-11 14:13:53 +00:00
gstv4l2format.h
meson.build
plugin.c