gstreamer/libs/gst
Jan Schmidt 177d0fa1c2 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-06-07 00:47:41 +01:00
..
base baseparse: Fix upstream read caching 2020-06-07 00:47:41 +01:00
check meson: fix warning about configure_file() install kwarg 2019-08-15 14:16:51 +01:00
controller libs: Fix various Since markers 2019-08-06 16:00:11 +01:00
helpers meson: set correct install path for gdb helper 2019-08-07 20:39:38 +01:00
net ptp clock: Wait for ANNOUNCE before selecting a master 2018-10-11 22:11:51 +11:00
Makefile.am Remove obsolete Android build cruft 2015-04-26 17:49:44 +01:00
meson.build meson: Always use a dependency object for dependencies 2018-09-05 16:33:43 +05:30