From 7437cad0183fbdc0c419547a0cf2cbe006e23814 Mon Sep 17 00:00:00 2001 From: Adam Duskett Date: Tue, 23 Jan 2024 12:00:34 -0700 Subject: [PATCH] package/flutter-pi: Fix help text for gstreamer audio player The help text is currently copy and pasted from the gstreamer video player plugin help text. Change it to reflect the text from the CMakeLists.txt file. Signed-off-by: Adam Duskett Signed-off-by: Yann E. MORIN --- package/flutter-pi/Config.in | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/package/flutter-pi/Config.in b/package/flutter-pi/Config.in index 95b5525806..223e29749c 100644 --- a/package/flutter-pi/Config.in +++ b/package/flutter-pi/Config.in @@ -54,9 +54,8 @@ config BR2_PACKAGE_FLUTTER_PI_GSTREAMER_AUDIO_PLAYER_PLUGIN select BR2_PACKAGE_GST1_PLUGINS_BASE_PLUGIN_AUDIORESAMPLE select BR2_PACKAGE_GST1_PLUGINS_BASE_PLUGIN_VOLUME help - Include the gstreamer based video plugins in the finished - binary. Allows for more stable, hardware accelerated - video playback in flutter using gstreamer. + Include the gstreamer based audio plugins in the finished + binary. config BR2_PACKAGE_FLUTTER_PI_GSTREAMER_VIDEO_PLAYER_PLUGIN bool "gstreamer video player"