GNOME Bugzilla – Bug 727025
adder: rework the logic to check if eos has to be sent.
Last modified: 2014-04-12 13:23:45 UTC
Checking the available size is incorrect, as in certain situations one can get a buffer with size 0. The per-pad infos of the EOS state are available, and this patch replicates audiomixer's logic.
Created attachment 272866 [details] [review] fixes the reported issue
commit 6954d2167cf215907138983b99e443eae6b4d315 Author: Mathieu Duponchelle <mathieu.duponchelle@opencreed.com> Date: Tue Mar 25 17:11:34 2014 +0100 adder: rework the logic to check if eos has to be sent. Checking the size available was incorrect, and the infos for per-pad EOS are available. Same logic as audiomixer. fixes: https://bugzilla.gnome.org/show_bug.cgi?id=727025