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 <adam.duskett@amarulasolutions.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
This commit is contained in:
Adam Duskett 2024-01-23 12:00:34 -07:00 committed by Yann E. MORIN
parent 07c1329814
commit 7437cad018

View File

@ -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"