gstreamer/gst/wavparse
Amr Mahdi 5f01b9da05 wavparse: Fix ignoring of last chunk in push mode
In push mode (streaming), if the last audio payload chunk is less than the segment rate buffer size, it would be ignored since the plugin waits until it has at least segment rate bufer size of audio.

The fix is to introduce a flushing flag that indicates that no more audio will be available so that the plugin can recognize this condition and flush the data is has even if it is less
than the desired segment rate buffer size.
2019-08-07 12:09:46 +00:00
..
.gitignore Initial revision 2001-12-22 23:27:31 +00:00
gstwavparse.c wavparse: Fix ignoring of last chunk in push mode 2019-08-07 12:09:46 +00:00
gstwavparse.h wavparse: Add support for growing WAV files 2017-08-14 16:02:35 +03:00
Makefile.am Remove plugin specific static build option 2017-05-16 14:41:19 -04:00
meson.build doc: Port documentation to hotdoc 2019-05-13 11:34:56 -04:00