From 1627f736ac79acab105e3c5491a092d4f98568f9 Mon Sep 17 00:00:00 2001 From: Alex J Lennon Date: Tue, 2 Apr 2024 17:00:39 +0100 Subject: [PATCH] t31_omlet_lite_defconfig: Add missing components We were getting errors with WebRTC pipeline. Have added DTLS now and that seems to get a pipeline running Signed-off-by: Alex J Lennon --- br-ext-chip-ingenic/configs/t31_omlet_lite_defconfig | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/br-ext-chip-ingenic/configs/t31_omlet_lite_defconfig b/br-ext-chip-ingenic/configs/t31_omlet_lite_defconfig index 0ee74a4a..7229c756 100644 --- a/br-ext-chip-ingenic/configs/t31_omlet_lite_defconfig +++ b/br-ext-chip-ingenic/configs/t31_omlet_lite_defconfig @@ -157,6 +157,11 @@ BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_OPUS=y BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_WEBRTC=y BR2_PACKAGE_GST1_PLUGINS_UGLY=y BR2_PACKAGE_GST1_PLUGINS_UGLY_PLUGIN_X264=y +BR2_PACKAGE_GST1_PLUGINS_BASE_PLUGIN_OPUS=y + +BR2_PACKAGE_GST1_PLUGINS_BASE_PLUGIN_OPUS=y +BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_AUTOCONVERT=y +BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_DTLS=y # Debugging BR2_PACKAGE_GST1_PLUGINS_GOOD_PLUGIN_AUTODETECT=y