Skip to content

bitwriter: Fix the trailing bits lost when getting its data.

He Junyan requested to merge He_Junyan/gstreamer:fix_bitwriter_lost into master

In reset_and_get_data and reset_and_get_buffer, it fails to include the trailing bits less than 8. So, when the bit_size is not byte aligned, the trailing bits are lost in the return buffer.

Merge request reports