mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-19 00:01:23 +00:00
5f020be6cd
The flush function immediately returned when pitch->next_buffer_offset was 0. This is clearly wrong, as next_buffer_offset can be 0 when a single input buffer has been received, and no output buffer has been produced before receiving EOS. Simply remove that condition. https://bugzilla.gnome.org/show_bug.cgi?id=796603 |
||
---|---|---|
.. | ||
gstbpmdetect.cc | ||
gstbpmdetect.hh | ||
gstpitch.cc | ||
gstpitch.hh | ||
Makefile.am | ||
meson.build | ||
plugin.c |