v4l2bufferpool: Don't update buffer for OUTPUT
authorNicolas Dufresne <nicolas.dufresne@collabora.com>
Sun, 8 Mar 2015 21:15:53 +0000 (21:15 +0000)
committerNicolas Dufresne <nicolas.dufresne@collabora.com>
Sun, 8 Mar 2015 21:15:53 +0000 (21:15 +0000)
commiteeb4d2e8b1ca54263086857dd7776960bf7d4941
tree9ea40f75ee491c894413dbf07f2d24cbdc75d62a
parent8965619f138aa4d67184f75157fb983fb6152dc6
v4l2bufferpool: Don't update buffer for OUTPUT

For output device, we should not update the buffer with flags and
timestamp when we dequeue. The information in the v4l2_buffer is not
meaningful and it breaks the case where the buffer is rendered at
multiple places.

https://bugzilla.gnome.org/show_bug.cgi?id=745438
sys/v4l2/gstv4l2bufferpool.c