package/gstreamer1/gstreamer1: update tools comment
authorPeter Seiderer <ps.report@gmx.net>
Tue, 3 Mar 2020 16:58:48 +0000 (17:58 +0100)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Thu, 5 Mar 2020 22:35:33 +0000 (23:35 +0100)
The tools option installs more than gst-launch and gst-inspect, so
simplify its prompt to just "install tools", and update the Config.in
help text. While at it, we list them alphabetically.

Signed-off-by: Peter Seiderer <ps.report@gmx.net>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/gstreamer1/gstreamer1/Config.in

index e9f1bd038a8efc59599c4c7aeff37bd2c49d842b..0626bcc96d41b3801c2d223a6acc444be8e50660 100644 (file)
@@ -51,10 +51,11 @@ config BR2_PACKAGE_GSTREAMER1_PLUGIN_REGISTRY
          increase the launch-time for a GStreamer application.
 
 config BR2_PACKAGE_GSTREAMER1_INSTALL_TOOLS
-       bool "install gst-launch & gst-inspect"
+       bool "install tools"
        default y
        help
-         Install the gst-launch and gst-inspect tools. This will take
-         up additional space on the target.
+         Install the gst-inspect, gst-launch, gst-stats and
+         gst-typefind tools. This will take up additional space on
+         the target.
 
 endif