From 2ec1b8f6b3940db74038fda923ed17b077f4f585 Mon Sep 17 00:00:00 2001 From: Alex J Lennon Date: Mon, 29 Apr 2024 17:45:22 +0100 Subject: [PATCH] t31_omlet_lite_defconfig: Add GStreamer MPEG plugin support Signed-off-by: Alex J Lennon --- br-ext-chip-ingenic/configs/t31_omlet_lite_defconfig | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/br-ext-chip-ingenic/configs/t31_omlet_lite_defconfig b/br-ext-chip-ingenic/configs/t31_omlet_lite_defconfig index c620ed73..79fe19e0 100644 --- a/br-ext-chip-ingenic/configs/t31_omlet_lite_defconfig +++ b/br-ext-chip-ingenic/configs/t31_omlet_lite_defconfig @@ -172,3 +172,9 @@ BR2_PACKAGE_ANTMEDIA_GSTREAMER_WEBRTC=y BR2_PACKAGE_GST1_PLUGINS_BASE_PLUGIN_AUDIOTESTSRC=y BR2_PACKAGE_GST1_PLUGINS_BASE_PLUGIN_PANGO=y BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_SRTP=y +BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_MPEGDEMUX=y +BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_MPEGTSDEMUX=y +BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_MPEGTSMUX=y +BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_MPEGPSMUX=y + +BR2_PACKAGE_OMLET_CAMERA_APP=y