From: Fabio Estevam Date: Fri, 20 Dec 2019 01:34:42 +0000 (-0300) Subject: configs/imx6-sabresd_qt5: enable gstreamer videotestsrc plugin X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=afa2eea134b1f312bb6d7649f14919471d7ce8e5;p=buildroot.git configs/imx6-sabresd_qt5: enable gstreamer videotestsrc plugin The videotestsrc Gstreamer plugin is very useful for testing. Enable it by default. Signed-off-by: Fabio Estevam Signed-off-by: Thomas Petazzoni --- diff --git a/configs/imx6-sabresd_qt5_defconfig b/configs/imx6-sabresd_qt5_defconfig index 795f770e4f..d5369b34fc 100644 --- a/configs/imx6-sabresd_qt5_defconfig +++ b/configs/imx6-sabresd_qt5_defconfig @@ -93,6 +93,7 @@ BR2_PACKAGE_GST1_PLUGINS_GOOD_PLUGIN_V4L2_PROBE=y BR2_PACKAGE_GST1_PLUGINS_BAD=y BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_VIDEOPARSERS=y BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_KMS=y +BR2_PACKAGE_GST1_PLUGINS_BASE_PLUGIN_VIDEOTESTSRC=y # For automatic kernel module loading BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_EUDEV=y