Re: [PATCH 0/1 v3] libv4l: Add plugin support

2011-03-10 Thread Hans de Goede
Hi, On 03/10/2011 02:46 PM, Yordan Kamenov wrote: Hi Hans, any comments on that? I looked at globally immediately after you send it, summary of that look: looks good, but I still spotted some minor issues. I'm still trying to make some time for a more detailed look. I hope to do that real s

Re: [PATCH 0/1 v3] libv4l: Add plugin support

2011-03-10 Thread Yordan Kamenov
Hi Hans, any comments on that? Regards Yordan Yordan Kamenov wrote: Hi Hans, here is third version of plugin support for libv4l2. Changes in v3: * Pass opened fd to the plugin instead of filename * Plugin private data is returned by init call and is passed as argument in ioctl/read/clos

[PATCH 0/1 v3] libv4l: Add plugin support

2011-02-14 Thread Yordan Kamenov
Hi Hans, here is third version of plugin support for libv4l2. Changes in v3: * Pass opened fd to the plugin instead of filename * Plugin private data is returned by init call and is passed as argument in ioctl/read/close (remove libv4l2_set/get_plugindata functions) * Plugin do not handle mmap