]> code.ossystems Code Review - openembedded-core.git/commit
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:25:59 +0000 (11:25 +0100)
commit1e35d04067357b1c65d9e2c4796acfa02274fd9d
treea14668eb7be037f7fb494e5a4481c33bc84a6173
parentfe4428fd740b3937007e0a3f893714ff04c33533
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.

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