Closed MatiasVara closed 8 months ago
CI failure is unrelated. I'll open another PR to update the vhost-device-vsock
dependency
After this change in some places we use
buf_pos
, in othersbuffer.pos
, I would try to unify it (maybe removingbuf_pos
at all)
I just figured out. I removed everywhere.
Summary of the PR
For capturing, pipewire backend is incrementing the position in the buffer, however, this is already done by write_input() thus resulting in incrementing two times the position. This commit removes the incrementation that happens in pipewire.
Requirements
Before submitting your PR, please make sure you addressed the following requirements:
git commit -s
), and the commit message has max 60 characters for the summary and max 75 characters for each description line.unsafe
code is properly documented.