gstreamer/tests/check
Jan Schmidt e906197c62 baseparse: Fix upstream read caching
When running in pull mode (for e.g. mp3 reading),
baseparse currently reads 64KB from upstream, then mp3parse
consumes typically around 417/418 bytes of it. Then
on the next loop, it will read a full fresh 64KB again,
which is a big waste.

Fix the read loop to use the available cache buffer first
before going for more data, until the cache drops to < 1KB.

Fixes https://gitlab.freedesktop.org/gstreamer/gstreamer/issues/518
2020-04-01 18:36:19 +11:00
..
elements clocksync: Add new clocksync element 2020-02-26 16:36:29 +00:00
generic Remove autotools build system 2019-10-13 16:10:42 +01:00
gst gstdatetime: Add missing NULL check to gst_date_time_new_local_time 2020-03-22 14:00:41 +00:00
libs baseparse: Fix upstream read caching 2020-04-01 18:36:19 +11:00
pipelines parse: add support for presets 2019-12-28 04:02:16 +00:00
tools tests: refactor tools check a little 2014-10-31 16:10:01 +00:00
gstreamer.supp tests: Add test for new live-objects leaktracer API 2019-07-02 15:13:26 +05:30
meson.build clocksync: Add new clocksync element 2020-02-26 16:36:29 +00:00