Skip to content
Commit 5f01b9da authored by Amr Mahdi's avatar Amr Mahdi Committed by Sebastian Dröge
Browse files

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.
parent 3c4add46
Loading
Loading
Loading
Pipeline #54375 passed with stages
in 1 hour, 38 minutes, and 15 seconds
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment