Hi Sakari, Thank you for the patches. On Saturday 12 April 2014 16:23:52 Sakari Ailus wrote: > Hi, > > This is the third version of the timestamp source and mem-to-mem device > support patchset. > > Change since v2: > > - struct device type remains enum v4l2_buf_type > > - Added a struct which contains the 1:1 mapping between V4L2 buffer type, > verbose textual representation of it (which already existed), and a > command line option. A function for converting the former to the first is > provided as well. > > - struct device is no longer manipulated in main(), with the few exceptions > that existed before the patchset. Instead, functions are provided to > access it. > > - -Q (--queue-type) has been replaced with -B (--buffer-type). > > - Added a patch to shorten the timestamp type names. > > - Added another patch to shorten the string printed for each dequeued > buffer. > > - Invalid buffer types are rejected now by yavta. > > - Removed useless use of else. Applied with whitespace fixes and the following change to 07/11. @@ -867,6 +868,9 @@ static int video_queue_buffer(struct device *dev, buf.type = dev->type; buf.memory = dev->memtype; - if (dev->type == V4L2_BUF_TYPE_VIDEO_OUTPUT) + if (video_is_output(dev)) buf.flags = dev->buffer_output_flags; if (video_is_mplane(dev)) { -- Regards, Laurent Pinchart -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html