fixed bug in total item size estimation in pqiqosstreamer due to item slicing

This commit is contained in:
cyril soler 2017-03-10 15:36:50 +01:00
parent c377bf3efa
commit 69c3df6dff

View File

@ -78,7 +78,7 @@ void *pqiQoSstreamer::locked_pop_out_data(uint32_t max_slice_size, uint32_t& siz
if(out != NULL)
{
_total_item_size -= getRsItemSize(out) ;
_total_item_size -= size ;
if(ends)
--_total_item_count ;