Re: [PATCH 1/1] Add plugin support to libv4l

2011-01-11 Thread Yordan Kamenov
Hi Hans, Thanks for your comments. Hans de Goede wrote: Hi, First of all many thanks for working on this! I've several remarks which I would like to see addressed before merging this. Since most remarks are rather high level remarks I've opted to just make a bulleted list of them rather then

Re: [PATCH 1/1] Add plugin support to libv4l

2011-01-08 Thread Hans de Goede
Hi, First of all many thanks for working on this! I've several remarks which I would like to see addressed before merging this. Since most remarks are rather high level remarks I've opted to just make a bulleted list of them rather then inserting them inline. * The biggest problem with your cur

[PATCH 1/1] Add plugin support to libv4l

2011-01-07 Thread Yordan Kamenov
A libv4l2 plugin will sit in between libv4l2 itself and the actual /dev/video device node a fd refers to. It will be called each time libv4l2 wants to do an operation (read/write/ioctl/mmap/munmap) on the actual /dev/video node in question. Signed-off-by: Yordan Kamenov --- lib/include/libv4l2-p