diff options
author | Nicolas Dechesne <nicolas.dechesne@linaro.org> | 2016-08-26 13:05:00 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-09-14 22:22:07 +0100 |
commit | a1bcc483d2f6a6716c557128fc43756895eb4f89 (patch) | |
tree | 07b75f840a6ad4388e8e225e18aef045ec92ef48 /meta/recipes-multimedia | |
parent | 2b92328c5e20a22f20cf3e0fcaead7a4ac8adff2 (diff) | |
download | poky-a1bcc483d2f6a6716c557128fc43756895eb4f89.tar.gz |
gstreamer1.0-plugins-good: enable v4l2-probe
A new mechanism to probe v4l2 M2M devices was implemented in gst 1.8 series, in
order to get such devices probed we now need to enable v4l2-probe compile option
which upstream decided to keep disabled by default (unfortunately), see [1].
With this feature disabled, it is not possible to get v4l2 M2M device to work in
Gstreamer which is a common use case on many embedded platforms. This patch
enables this new option as soon as v4l2 support is enabled in gstreamer -good.
[1] https://bugzilla.gnome.org/show_bug.cgi?id=758085
(From OE-Core rev: c1f08c04a95f6ec089d4a62d90119df01c94cd80)
Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-multimedia')
-rw-r--r-- | meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good.inc b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good.inc index 4621bf8943..0d52343e9a 100644 --- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good.inc +++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good.inc | |||
@@ -28,7 +28,7 @@ PACKAGECONFIG[pulseaudio] = "--enable-pulse,--disable-pulse,pulseaudio" | |||
28 | PACKAGECONFIG[soup] = "--enable-soup,--disable-soup,libsoup-2.4" | 28 | PACKAGECONFIG[soup] = "--enable-soup,--disable-soup,libsoup-2.4" |
29 | PACKAGECONFIG[speex] = "--enable-speex,--disable-speex,speex" | 29 | PACKAGECONFIG[speex] = "--enable-speex,--disable-speex,speex" |
30 | PACKAGECONFIG[taglib] = "--enable-taglib,--disable-taglib,taglib" | 30 | PACKAGECONFIG[taglib] = "--enable-taglib,--disable-taglib,taglib" |
31 | PACKAGECONFIG[v4l2] = "--enable-gst_v4l2,--disable-gst_v4l2" | 31 | PACKAGECONFIG[v4l2] = "--enable-gst_v4l2 --enable-v4l2-probe,--disable-gst_v4l2" |
32 | PACKAGECONFIG[vpx] = "--enable-vpx,--disable-vpx,libvpx" | 32 | PACKAGECONFIG[vpx] = "--enable-vpx,--disable-vpx,libvpx" |
33 | PACKAGECONFIG[wavpack] = "--enable-wavpack,--disable-wavpack,wavpack" | 33 | PACKAGECONFIG[wavpack] = "--enable-wavpack,--disable-wavpack,wavpack" |
34 | PACKAGECONFIG[x11] = "--enable-x,--disable-x,${X11DEPENDS}" | 34 | PACKAGECONFIG[x11] = "--enable-x,--disable-x,${X11DEPENDS}" |