GNOME Bugzilla – Bug 693609
[API] GstBarseParse: need API to finish/parse multiple frames in one go
Last modified: 2018-05-06 08:38:33 UTC
As far as I can see it's currently not possible to parse and _finish() multiple frames in one go. Some audio formats have very small frame sizes. In those cases it would be very desirble to be able to parse all of the available input data and output N frames in one go. Otherwise we end up output hundreds of buffers per second, with one packet per buffer, which causes unnecessary overhead downstream. Examples: AMR-NB, AMR-WB, SBC
Optimization request opened 5 years ago. valid, but closing for now.