From 4e15d1427c0a6967c015696d7cda05f9388dda9b Mon Sep 17 00:00:00 2001 From: Martin Kelly Date: Thu, 1 Mar 2018 16:04:39 -0800 Subject: 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 --- .../gstreamer1.0-plugins-good/gstreamer1.0-plugins-good_%.bbappend | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 meta-agl/recipes-multimedia/gstreamer1.0-plugins-good/gstreamer1.0-plugins-good_%.bbappend (limited to 'meta-agl') 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" -- cgit 1.2.3-korg