gstreamer/gst/audiobuffersplit
Sebastian Dröge 5cff156f2c audiobuffersplit: Don't try to output anything if samples_per_buffer == 0
This happens if we had no CAPS event yet but e.g. got an EOS event. We
would then try to output a 0-sized buffer, but getting that from the
adapter will give an assertion, return NULL and then crash.
2016-12-23 13:27:42 +02:00
..
gstaudiobuffersplit.c audiobuffersplit: Don't try to output anything if samples_per_buffer == 0 2016-12-23 13:27:42 +02:00
gstaudiobuffersplit.h
Makefile.am
meson.build