Hi Philipp, On 05/31/2013 10:33 AM, Philipp Zabel wrote: > +void v4l2_m2m_queue_set_buffered(struct vb2_queue *vq, bool buffered) How about making it a 'static inline' function in include/media/v4l2-mem2mem.h instead ? > +{ > + struct v4l2_m2m_queue_ctx *q_ctx = container_of(vq, struct v4l2_m2m_queue_ctx, q); > + > + q_ctx->buffered = buffered; > +} > +EXPORT_SYMBOL_GPL(v4l2_m2m_queue_set_buffered); Also, I was wondering how do you handle now in the coda driver a situation when, e.g. during normal stream decoding more than one buffer is produced by the decoder from one compressed data buffer on its input side ? Regards, Sylwester -- Sylwester Nawrocki Samsung R&D Institute Poland Samsung Electronics -- 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