Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gst-plugins-good: fix compile error with recent linux-libc-headers | Andreas Müller | 2012-09-12 | 1 | -0/+33 |
With linux-libc-headers-3.5.0 (for tests) the error message was: | gstv4l2bufferpool.c: In function 'gst_v4l2_buffer_new': | gstv4l2bufferpool.c:184:3: error: 'struct v4l2_buffer' has no member named 'input' (From OE-Core rev: 95e3463ddcb527ffad41699719963107ad24a34f) Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> |