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
Pipeline
#54375
passed
with stages
in
1 hour, 38 minutes, and 15 seconds
Loading
-
mentioned in commit amrmahdi/gst-plugins-good@03b0c779
-
mentioned in merge request !398 (closed)
-
🐠 @tpmmentioned in merge request !399 (merged)
Please register or sign in to comment