gstreamer/ext/soundtouch
Mathieu Duponchelle 5f020be6cd pitch: Fix single input buffer followed by EOS
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
2018-06-16 18:38:46 +02:00
..
gstbpmdetect.cc soundtouch: Call default event handler for basetransform 2013-12-10 23:06:53 +11:00
gstbpmdetect.hh
gstpitch.cc pitch: Fix single input buffer followed by EOS 2018-06-16 18:38:46 +02:00
gstpitch.hh
Makefile.am Remove plugin specific static build option 2017-05-16 14:05:52 -04:00
meson.build Meson: Generate pc file for all plugins in bad 2018-04-25 11:08:09 +01:00
plugin.c