gst-plugins-good: fix 3.10 libc-headers build failure
authorBruce Ashfield <bruce.ashfield@windriver.com>
Fri, 23 Aug 2013 18:08:19 +0000 (14:08 -0400)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 26 Aug 2013 10:29:45 +0000 (11:29 +0100)
commit920c41e4164c912a6a8de36d7195511ca9a05db7
tree6255bcc7b8c43cd23113e7d5bbe5e0684958ad05
parent66a1dad76c7b26ece9dfe25f946ced8ad7da2b0d
gst-plugins-good: fix 3.10 libc-headers build failure

kernel commit 24b9f5017 [[media] V4L: Remove deprecated image centering controls]
removed the definitions of V4L2_CID_HCENTER and V4L2_CID_VCENTER after three
years of depreciation.

The ioctl values are still free, and the case statement which processess them
in v4l2 userspace falls through to the proper replacement. So in the short
term, we can explicitly define them using the old absolute values, and everything
will work.

(From OE-Core rev: 1e35d04067357b1c65d9e2c4796acfa02274fd9d)

Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-multimedia/gstreamer/gst-plugins-good-0.10.31/0001-v4l2_calls-define-V4L2_CID_HCENTER-and-V4L2_CID_VCEN.patch [new file with mode: 0644]
meta/recipes-multimedia/gstreamer/gst-plugins-good_0.10.31.bb