raymanfx / libv4l-rs

Video4Linux2 bindings for Rust
MIT License
152 stars 65 forks source link

Read returned index from DQBUF ioctl as OutputStream. #32

Closed rytec-nl closed 3 years ago

rytec-nl commented 3 years ago

Fixes #29

raymanfx commented 3 years ago

Could you remove the two commits from this branch? You can discard them using git reset --hard HEAD^2. Then force push the branch to your repo and this PR should update automatically. Also, you can fix the original commit to make the CI pipeline happy by running cargo fmt --all, then git add <FILE> and finally git commit --amend to edit the commit.

raymanfx commented 3 years ago

If that's a problem for whatever reason, just let me know and I'll squash this PR as a single commit on my side.

rytec-nl commented 3 years ago

It should be done, cargo fmt -all does nothing on this commit, so the CI should not be failing? It looks like it uses another commit as it fails on the removed one. Or is there something else still?

raymanfx commented 3 years ago

Looks like there's some funny business going on with Travis CI and GitHub pull requests: https://github.com/travis-ci/travis-ci/issues/10210. I re-ran the job in Travis and it seems to work now.