mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-20 07:16:55 +00:00
57d7ae8496
In MPLANE mode, the driver may set data_offset, which represent some padding at the start of the buffer used internally. This portion of the data need to be skipped, though it is included in bytesused. This patch removes frame size sanity check as the method used will no longer work. This check was simply there to help detect broken kernel drivers. It would be re-implement by estimating the plane size, which is not totally trivial and may be too much work for a simple debug check. https://bugzilla.gnome.org/show_bug.cgi?id=733501 |
||
---|---|---|
.. | ||
directsound | ||
oss | ||
oss4 | ||
osxaudio | ||
osxvideo | ||
v4l2 | ||
waveform | ||
ximage | ||
Makefile.am | ||
meson.build |