[Buildroot] [git commit branch/2023.11.x] package/flutter-pi: Fix help text for gstreamer audio player

Peter Korsgaard peter at korsgaard.com
Sun Feb 4 21:32:00 UTC 2024


commit: https://git.buildroot.net/buildroot/commit/?id=84d9bf5b1863fe5fbd0f9303fe12fed46185fed6
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/2023.11.x

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 <adam.duskett at amarulasolutions.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998 at free.fr>
(cherry picked from commit 7437cad0183fbdc0c419547a0cf2cbe006e23814)
Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
---
 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 72db3f400f..26ce75fa30 100644
--- a/package/flutter-pi/Config.in
+++ b/package/flutter-pi/Config.in
@@ -32,9 +32,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"



More information about the buildroot mailing list