gstreamer/libs
Jan Schmidt e94ad24b9f baseparse: Don't return more data than asked for in pull_range()
Even when pulling a new 64KB buffer from upstream, don't return
more data than was asked for in the pull_range() method and then
return less later, as that confused subclasses like h264parse.

Add a unit test that when a subclass asks for more data, it always
receives a larger buffer on the next iteration, never less.

Fixes https://gitlab.freedesktop.org/gstreamer/gstreamer/-/issues/530
2020-04-08 19:13:25 +10:00
..
gst baseparse: Don't return more data than asked for in pull_range() 2020-04-08 19:13:25 +10:00
meson.build Add support for Meson as alternative/parallel build system 2016-08-19 21:26:14 +01:00