Gnurou / v4l2r

Rust bindings for V4L2
MIT License
21 stars 10 forks source link

lib: add direction method to QueueType #20

Closed aesteve-rh closed 11 months ago

aesteve-rh commented 11 months ago

Add direction method to QueueType. This method return an enum, which value determines the direction (output, capture) of the queue, given its type.

Signed-off-by: Albert Esteve aesteve@redhat.com

Gnurou commented 11 months ago

I have merged the 2 clippy warning fixes - please see my comment on the first one, and we should be good to merge that one too! :+1:

Gnurou commented 11 months ago

Merged, thank you!