gstreamer: add libv4l2 support 63/13663/3
authorMartin Kelly <mkelly@xevo.com>
Fri, 2 Mar 2018 00:04:39 +0000 (16:04 -0800)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Tue, 10 Apr 2018 05:20:14 +0000 (05:20 +0000)
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>
meta-agl/recipes-multimedia/gstreamer1.0-plugins-good/gstreamer1.0-plugins-good_%.bbappend [new file with mode: 0644]

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 (file)
index 0000000..86a181f
--- /dev/null
@@ -0,0 +1,2 @@
+# libv4l2 is useful for making more efficient use of cameras via v4l2src.
+PACKAGECONFIG_append = " libv4l2"