summaryrefslogtreecommitdiffstats
path: root/meta-agl
diff options
context:
space:
mode:
authorMartin Kelly <mkelly@xevo.com>2018-03-01 16:04:39 -0800
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2018-04-10 05:20:14 +0000
commit4e15d1427c0a6967c015696d7cda05f9388dda9b (patch)
tree66ca5c7ca21984a10fc8bbe45a6d87eb97646de3 /meta-agl
parentd7489cff0cbc5937951759c3d8f30da6a47771f4 (diff)
gstreamer: add libv4l2 support
libv4l2 support is useful for getting more out of v4l2src. I discovered this when trying to get RGB format video out of a camera and seeing that libv4l2 can emulate it (even when the camera does not support it). However, that emulation must be compiled into gstreamer, so let's do that. Change-Id: I1117277dd48fefbbe2a9a1e80f274cb145f3a5e5 Signed-off-by: Martin Kelly <mkelly@xevo.com>
Diffstat (limited to 'meta-agl')
-rw-r--r--meta-agl/recipes-multimedia/gstreamer1.0-plugins-good/gstreamer1.0-plugins-good_%.bbappend2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-agl/recipes-multimedia/gstreamer1.0-plugins-good/gstreamer1.0-plugins-good_%.bbappend b/meta-agl/recipes-multimedia/gstreamer1.0-plugins-good/gstreamer1.0-plugins-good_%.bbappend
new file mode 100644
index 000000000..86a181fbb
--- /dev/null
+++ b/meta-agl/recipes-multimedia/gstreamer1.0-plugins-good/gstreamer1.0-plugins-good_%.bbappend
@@ -0,0 +1,2 @@
+# libv4l2 is useful for making more efficient use of cameras via v4l2src.
+PACKAGECONFIG_append = " libv4l2"