Skip to content

wasapisrc: fixed segtotal value being always 2 due to an unused variable

The 'MAX' expression used to set segtotal always returned 2 because the unused and unitialized variable buffer_frame_count was always 0

Edited by Nirbheek Chauhan

Merge request reports